Closed (fixed)
Project:
Nice Menus
Version:
5.x-1.x-dev
Component:
Browser Compat
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Aug 2007 at 05:32 UTC
Updated:
29 Oct 2007 at 16:55 UTC
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)?
| Comment | File | Size | Author |
|---|---|---|---|
| nice_menus.jpg | 70.89 KB | jenlampton |
Comments
Comment #1
jenlamptonI 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?
Comment #2
add1sun commentedThe 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.
Comment #3
jenlamptonHm. 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?
Comment #4
add1sun commentedDoes 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.
Comment #5
add1sun commentedClosing old issues. Reopen if the problem is persisting and you have more information.