-
Menu behind text
1) Script Title:
Chrome CSS Drop Down Menu (v2.0)
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamici...rome/index.htm
3) Describe problem:
I have installed the menu here:
http://printeria.com/gummiarmband.cph
It works perfectly in FF, but in IE the menu drop-downs are being placed behind the content text. I have tried to adjust the z-index, but without success. Any ideas what might be wrong?
-
Your page exhibits an overuse of position:relative. There is rarely much call for so much of this unless, you are assigning left and right and/or z-index as well to each element, especially when much of the content so positioned is floated. Also, there is no closing </html> tag on the page. I'm sure there are many other problems. However, if you set:
Code:
#logocontainer {
z-index:2;
}
It takes care of it.
Consider validating your markup:
http://validator.w3.org/check?verbos...mmiarmband.cph