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
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

Kisama - May 1, 2009 - 19:36

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

noel32ldg - May 2, 2009 - 03:11

thanks kisama. i will try your suggestions and will post the results later.

#3

noel32ldg - May 2, 2009 - 04:05

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

bigkevracer - May 5, 2009 - 06:25

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

add1sun - May 6, 2009 - 15:22
Category:bug report» support request
Priority:critical» normal

CSS issues that don't occur in the core themes are not bugs, but support requests. Changing status.

#6

shadowhitman - May 10, 2009 - 16:23

I tried this and its working.
http://drupal.org/node/367407

#7

jjesus - May 23, 2009 - 00:43

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

jarodms - August 22, 2009 - 00:17

Awesome! Thanks! This worked for me too!

Jarod

 
 

Drupal is a registered trademark of Dries Buytaert.