Currently my nav menu’s drop down portion is being hidden behind the javascript slider I have directly below it. See the problem here. How can I have the drop down menu display over the slider?
Here is some of the CSS for the two divs that contain the respective nav menu and slider.
Nav Menu:
#nav {
width:1024px;
height:20px;
border-bottom:1px solid #ccc;
}
Slider:
#slider {
width:1024px;
height:300px;
background: #353A33;
padding-bottom:5px;
}
Any ideas?
Try adding a
z-indexto your.dropdownclass: