[solved] CSS-menu drop-down placed below other divs in IE
Posted: Sat Mar 15, 2008 12:04 pm
Hi,
I'm implementing a horizontal CSSMENU on the following site:
http://copenhagenclimatecouncil.com/ind ... er---under
But the menu elements of the "drop down" menu are placed beneath the other div-elements further down the page.
So I tried wrapping the menu-div (id="menuwrapper") inside another div-tag (id="menu-top") with a position:relative, and style the menuwrapper-div with position:absolute and z-index:999.
Also I included the:
This work around works in FireFox and Safari but not in IE 6+7.
Any suggestion on how to solve this for IE browsers as well?
I'm implementing a horizontal CSSMENU on the following site:
http://copenhagenclimatecouncil.com/ind ... er---under
But the menu elements of the "drop down" menu are placed beneath the other div-elements further down the page.
So I tried wrapping the menu-div (id="menuwrapper") inside another div-tag (id="menu-top") with a position:relative, and style the menuwrapper-div with position:absolute and z-index:999.
Also I included the:
This work around works in FireFox and Safari but not in IE 6+7.
Any suggestion on how to solve this for IE browsers as well?