Hello everyone,
I have a strange bug in my css drop down menu.
On firefox, everything is fine. The problem comes on internet explorer. If my page dosen't have any content, the menu work very well. If I add any content, the bug start. I can reach the first child of my menu, but as soon as I put my mouse on the second child the menu disapear.
It seams like the portlet get in front of the drop down menu for some reasons..Here's my CSS's :
#navigation .child-menu {
background:url(../images/custom/navigation_up_bg.png);
height: auto;
overflow: visible;
position: absolute;
top: 25px;
width: 209px;
z-index: 79;
}
.ie #navigation .child-menu{
position:absolute;
left:0px;
top:25px;
margin:0px;
padding:0px;
}
.ie #navigation .child-menu {
height: auto;
}
.ie6 #navigation .child-menu {
height: 1%;
}
#navigation .child-menu ul {
height: auto;
padding-bottom: 2px;
}
#navigation .child-menu ul,
#navigation .child-menu li,
#navigation .child-menu a {
background: transparent none;
}
#navigation .child-menu ul,
#navigation .child-menu li {
float: none;
}
#navigation .child-menu li {
border: none;
display: block;
}
#navigation .child-menu li a {
color

FFFFFF;
display: block;
padding: 10 20px;
width: auto;
margin-top:-1.5px;
}
#navigation .child-menu a:hover {
background:url(../images/custom/navigation_hover_bg.png);
width:125px;
border:1px solid black;
color

fff
}
#navigation li:hover ul, #navigation li li:hover ul, #navigation li li li:hover ul, #navigation li li li li:hover ul{
display:block;
width:150px;
}
Thanks everyone !
Firmi prego dentro per inbandierare questo come inadeguato.