Closed (won't fix)
Project:
SimpleMenu
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Feb 2008 at 14:45 UTC
Updated:
7 Dec 2008 at 20:09 UTC
I have installed the dev version of simplemenu on drupal 6.0. I have slightly customised the css but only in terms of changing colours. It comes before the #main tag and works nicely on firefox but on IE7 there is a transparency (or z-index??) issue - the background can be seen through the menu when it is expanded (dropped down). See on www.promente.org.
Comments
Comment #1
00drup00 commentedTry to disable or altering the z-index #wrapper #container #header in style.css
Comment #2
hgreer commentedI had the same problem--if I remember right, the fix was to make sure that nothing else on the page had the CSS rule of position: relative; in it. I know it seems strange, but it worked. It is listed in some documentation that I found after digging for a while.
Comment #3
zroger commentedSeems like this was a CSS problem