I am developing a website in asp.net, I have used jquery image slider and jquery menu.
It is working fine for my website but when go to menu and populate sub items in menu it doesn’t display properly. Image slider hide the menu item. I search a lot but didn’t find any solution.
Please help me out.
I am developing a website in asp.net, I have used jquery image slider and
Share
Set your menu element with the following CSS:
Or ensure your image element has a z-index number smaller than your menu. For more information about positioning elements, take a look at this tutorial.