Hi. I have problem with menu. I have develop drop down menu and slider. But i am facing problem that menu is hiding behind slider. How can i solve this problem. http://moghulweb.com/mheading/ Pease help me. Thanks
You need to make the z-index for the css more than the one for the slider: .nav li { position: relative; z-index: 1; } Code (markup):