I played with the z-index, issue persists. Running stable latest version.
The drop down menus are fine for everything except for IE 6 & 7.
Appreciate any help...
| Comment | File | Size | Author |
|---|---|---|---|
| nice-menu-ie-6-7-flyout-render-error.gif | 12.52 KB | BDS |
I played with the z-index, issue persists. Running stable latest version.
The drop down menus are fine for everything except for IE 6 & 7.
Appreciate any help...
| Comment | File | Size | Author |
|---|---|---|---|
| nice-menu-ie-6-7-flyout-render-error.gif | 12.52 KB | BDS |
Comments
Comment #1
Anonymous (not verified) commentedThis is a common problem, and I recently found a simple solution for it: http://webdemar.com/webdesign/superfish-jquery-menu-ie-z-index-bug/
While that site talks about the Superfish jQuery menu, the same solution applies to Nice Menus.
You simply need to specify that the div containing the menu has a higher z-index than the div immediately below it in the DOM that contains the content the menu hides behind.
In your case, this equates to:
I tested this on your site in IE7 and it worked, and though I couldn't test in IE6 I imagine it'll work there too.
Comment #2
BDS commentedBWPanda, this did it, thanks much for this!