Nice menu dropdown works on Internet Explorer but not in Firefox
noel32ldg - May 1, 2009 - 13:50
| Project: | Nice Menus |
| Version: | 6.x-1.3 |
| Component: | Theme Compat |
| Category: | support request |
| Priority: | normal |
| Assigned: | noel32ldg |
| Status: | active |
Jump to:
Description
I installed Nice Menu on Drupal 6, theme is Waffles. But I noticed that the dropdown of nice menus would not work on Firefox so I tried using Internet Explorer and to my surprise the dropdown menu worked. How do I fix this?
You can take a look at the site: www.eedtfip.org/drupal

#1
I loaded the site and the dropdown menu, of which I can only detect one, does not display on Chrome, Firefox 3 or IE 8 (with or without the compatibility mode). It appears to be loading behind your content. I'm no expert, but you might want to check the CSS, or test it with another theme.
#2
thanks kisama. i will try your suggestions and will post the results later.
#3
i upgraded to drupal 6.11 hopeful that this may solve the problem. then i tried using the garland theme and the dropdown menu works fine in firefox, chrome, internet explorer and avant. but when i returned to the waffles theme, the dropdown menu could not be seen.
#4
Try clearing your cache (admin > performance). That ended up being the cause on my computer. Also look for 'overflow:hidden;' properties in your CSS. My issues were with Zen but could be the same??
#5
CSS issues that don't occur in the core themes are not bugs, but support requests. Changing status.
#6
I tried this and its working.
http://drupal.org/node/367407
#7
Hi,
If you're using Zen and put Nice Menus in the navbar, heed this comment in layout.css:
#navbar{
overflow: hidden; /* May need to be removed if using a dynamic drop-down menu */
}
Worked for me.
Cheers.
--John
#8
Awesome! Thanks! This worked for me too!
Jarod