In which browser to you have this problem ?
I’m getting the same problem in Safari and IE 7.
my dropdown menu also go behind the slideshow.. i have made the widget as slideshow below the header…and the dropdwon menu go behind the slideshow
Same error in a site I’m developing. Pulldown menus are dropping behind the images. Seeing it in IE7, Firefox3, and Opera. Any ideas on what’s doing it?
Gave the menu a z-index value of 89 and it works fine. I’ll play around with the value, but that seemed to be in front everything but overlay and pop-up image.
Thanx for tip douglas, but could you explain “z-index” please, where do I find it?
Thanx! I added the z-index as follows and it work:!!
#nav li ul { /* second-level lists */
position: absolute;
background: #858222;
width: 130px;
left: -999em;
margin: 0;
padding: 0;
z-index: 1;
}