This is a migrated thread and some comments may be shown as answers.

menu zindex

1 Answer 144 Views
Menu
This is a migrated thread and some comments may be shown as answers.
kmv
Top achievements
Rank 1
kmv asked on 11 Aug 2009, 08:19 AM


the menu's zindex seems to be set t0 8000 which puts it above everything else ... soemtime this isnt desired see http://demos.telerik.com/aspnet-ajax/menu/examples/default/defaultcs.aspx and click on the search drop down at the top left, in my example the menu is "floating" above my radwindows ...


Do i drop the zindex of menu or raise everything else ?




kevin

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 11 Aug 2009, 09:52 AM
Hi Kevin,

Try adding following class on the page for displaying RadWindow above the RadMenu.

CSS:
  
<style type="text/css">  
  .radwindow { z-index: 8000 !important; }  
</style>  

Another method to accomplish this is, by setting the z-index of RadMenu to lower value than z-index of RadWindow. Please go through the following KB article to know more about this approach.
Show RadWindow above RadMenu

-Shinu.
Tags
Menu
Asked by
kmv
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or