1 reply [Last post]
howcheng
Offline
newbie
Los Angeles, CA
Last seen: 15 years 31 weeks ago
Los Angeles, CA
Timezone: GMT-7
Joined: 2004-07-21
Posts: 3
Points: 0

I'm using pseudo-DHTML dropdown menus adapted from an article on A List Apart and it works fine in Firefox (of course), but in IE6 when you rollover the main link, all of the links below it "jump" slightly.

The technique, for those unfamiliar with it, is to change the <LI>'s class on mouseover via Javascript so that the hidden floating menu appears.

You can see it at http://www.jetaasc.org/newsite/index.php and the CSS is at http://www.jetaasc.org/newsite/css/main.css.

Any help would be greatly appreciated. Thanks.

howcheng
Offline
newbie
Los Angeles, CA
Last seen: 15 years 31 weeks ago
Los Angeles, CA
Timezone: GMT-7
Joined: 2004-07-21
Posts: 3
Points: 0

Weird &quot;jumping&quot; in menus in IE6

OK never mind. I fixed. My <LI>s weren't floated and making them float solved the problem.