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

00drup00’s picture

Try to disable or altering the z-index #wrapper #container #header in style.css

hgreer’s picture

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

zroger’s picture

Status: Active » Closed (won't fix)

Seems like this was a CSS problem