I am trying to find a workaround for the infamous IE z-index bug. I have read various articles from Google but still find that my drop-down menu appears behind a accordion panel. I have posted my code and would be grateful if someone could help me understand where I am going wrong. I have tried versions up to and including ie9. Thanks
css code
#menu {
list-style:none;
width:97%;
margin:20px auto 0px auto;
height:43px;
padding:0px 20px 0px 20px;
color: black;
}
#menu li {
float:left;
display:block;
text-align:center;
position:relative;
padding: 4px 10px 4px 10px;
margin-right:30px;
margin-top:7px;
border:none;
z-index:1000;
}