Click here to Skip to main content
15,887,267 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
i have one menu (MenuView) and jQuery Slider and my menu is locate in top of slider but when menu is drop down slider overlap my menu items.
what i do?
please help me.

=====menu======
_____________
|             |
|             |
|   Slider    |
|             |
-------------
Posted
Comments
R. Giskard Reventlov 31-Aug-12 16:25pm    
Need to see some code otherwise how can we possibly know what the problem might be?

1 solution

i find the sloution
should menu "z-index" set grater than slide show "z-index"

CSS
#menu
{
z-index=2;
}

#slideshow
{
z-index=1;
}
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900