
Erik Paquet
Top achievements
Rank 1
Erik Paquet
asked on 30 Apr 2008, 07:20 PM
Hi,
I converted my ASPX App to ASPX AJAX. With the new app, the main menu is always in front.
I use cool image display feature like slimbox that show an images on the page with a gray background or Telerik Rad editor (old version).
I changed the overlay to false, I put a z-index = 0 in many styles and on the menu div but the menu is always show above the editor or slimbox panel.
Any idea
Erik
I converted my ASPX App to ASPX AJAX. With the new app, the main menu is always in front.
I use cool image display feature like slimbox that show an images on the page with a gray background or Telerik Rad editor (old version).
I changed the overlay to false, I put a z-index = 0 in many styles and on the menu div but the menu is always show above the editor or slimbox panel.
Any idea
Erik
4 Answers, 1 is accepted
0
Hello Erik,
Could you please open a support ticket and send us your code t examine it locally? You should specify a proper value for the z-index. It depends on other controls you have on the page. You may try this in RadMenu declaration:
Greetings,
Helen
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
Could you please open a support ticket and send us your code t examine it locally? You should specify a proper value for the z-index. It depends on other controls you have on the page. You may try this in RadMenu declaration:
<telerik:RadMenu id="RadMenu1" |
runat="server" |
........ |
style="z-index:0"> |
</telerik:RadMenu> |
Greetings,
Helen
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
0

Josh Dolan
Top achievements
Rank 1
answered on 26 May 2008, 11:07 AM
Hi,
Just wondering if this problem was resolved. I seem to be having the same issue.
I have a RadMenu near the top of the page, and when I open a modal window in a RadWindowManager, the menu appears on the top of the modal window. I have tried setting overlay to false, and setting the z-index of the menu to 0, and still no luck.
Thanks,
Josh
Just wondering if this problem was resolved. I seem to be having the same issue.
I have a RadMenu near the top of the page, and when I open a modal window in a RadWindowManager, the menu appears on the top of the modal window. I have tried setting overlay to false, and setting the z-index of the menu to 0, and still no luck.
Thanks,
Josh
0

Pierre
Top achievements
Rank 2
Iron
Iron
answered on 02 Jun 2008, 05:46 PM
I have the same problem than Josh. I simply replace the old RadMenu by the new AjaxTelerik one. the radmenu appear over all my radWindows now! Any suggestion?
0
Hi guys,
Please, refer to the Controlling absolute positioning with z-index help topic. The reason why RadMenu appears on top of RadWindow is bacause it has a higher z-index(7000) than the modal window(3000). If setting the
z-index property does not help, please send us the code of your implementation.
Regards,
Peter
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
Please, refer to the Controlling absolute positioning with z-index help topic. The reason why RadMenu appears on top of RadWindow is bacause it has a higher z-index(7000) than the modal window(3000). If setting the
z-index property does not help, please send us the code of your implementation.
Regards,
Peter
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center