Forum Moderators: not2easy

Message Too Old, No Replies

Hover causes page to shift in IE

         

Fotiman

8:00 pm on Dec 29, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I know I've read about this before, but I can't seem to find where or what the cure is. Here's the problem.

I have a link which is floated. Later in the page is another link whose background color changes on the hover. When the hover on this second link is activated, the entire page after the first link shifts up slightly.

This is probably another hasLayout bug, but I'm not sure how to fix it. Any help is greatly appreciated.

Fotiman

8:09 pm on Dec 29, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I think I found my cure. I added

height: 1%;

to the floated link (for IE only) and that seemed to fix the problem. Stupid hasLayout bug!