Click here to Skip to main content
15,885,059 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a master page. In that master page menu is there.
In the main page one report viewer is there. When I click on menu, some child menus are displayed. That child menus are not overwrite on report viewer, because of that when I am hovering on child menus, that menus will not clickable. Please help me in this.
Posted
Updated 29-Apr-14 23:54pm
v2

1 solution

Set the z-index of menu drop down div to 9999:

#menuDropDown {
z-index: 9999;
}
 
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