View Single Post
  #7 (permalink)  
Old Oct 10th, 2007, 07:18
Jack Franklin's Avatar
Jack Franklin Jack Franklin is offline
Resources Administrator

SuperMember
Join Date: May 2007
Location: Cornwall, England
Posts: 1,280
Blog Entries: 7
Thanks: 10
Thanked 4 Times in 4 Posts
Re: The IE6 "jumping text" problem

For me when I hover the first time it moves up the page but then stays still. Can you post the CSS please? Try putting display:block in the link styles on the normal and hover styles.

a:link {
display: block;
}

a:hover {
display: block;
}

Jack
__________________
Resources Administrator


Reply With Quote