the first time I move my cursor over the parent menu item, the sub-menu drops down, but about 90px lower than it's supposed to, with white space between parent and child. (see attached screen shot) after you mouse-over each menu once, they behave normally. I suspect this has something to do with jQuerry... can we remove that from the default module and make it an option (for people without IE issues)?

CommentFileSizeAuthor
nice_menus.jpg70.89 KBjenlampton

Comments

jenlampton’s picture

I found it, the newest official release of nice_menus tries to add an iframe to ie7, but it's also rendered in ie6. I just added iframe { display:none; } to my style sheet and the problem went away. can we have this iframe thingy removed from the module until it works only for ie7?

add1sun’s picture

The iframe is needed in IE6 due to z-index issues over form select items. You can see some discussion of this in these issues: http://drupal.org/node/113294 and http://drupal.org/node/84608.

jenlampton’s picture

Hm. I see. Well, after the first mouse over everything works ok, so maybe whatever happens when the menus roll-up should happen when they are first rendered too. You think that's possible?

add1sun’s picture

Status: Active » Postponed (maintainer needs more info)

Does the site this is happening with have a default nice menus CSS or is it modified? This doesn't happen for me with default nice menus.

add1sun’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

Closing old issues. Reopen if the problem is persisting and you have more information.