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

RadMenu does not overlay RadTabStrip

2 Answers 114 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Corey Alguire
Top achievements
Rank 1
Corey Alguire asked on 18 Apr 2008, 04:24 PM
I have a RadMenu (Prometheus) in a Master Page, and for some reason it will overlay all controls except the RadTabStrip (For Asp.Net) I have in some pages. I have been trying to work this out for a few days off-and-on, and would really appreciate any help I can get. 

2 Answers, 1 is accepted

Sort by
0
Lyle Groome
Top achievements
Rank 2
answered on 18 Apr 2008, 07:03 PM
I had a problem with radmenu (q1 2008) always overlapping my radwindows (I didn't want it to). To fix it I added the following style to my RadMenu :

style
="z-index:500"

(see http://www.telerik.com/community/forums/thread/b311D-bdcada.aspx)

Not sure if that is the desired behavior you are after.
0
Corey Alguire
Top achievements
Rank 1
answered on 19 Apr 2008, 09:48 PM
Thanks, Lyle.
I tried adjusting z-index for a lot of different controls, including (initially) the RadMenu and RadTabStrip controls in question, without much luck. I finally figured it out, though. Turns out, I had adjust the z-index for the div that the menu was inside. Now it works fine!
Tags
Menu
Asked by
Corey Alguire
Top achievements
Rank 1
Answers by
Lyle Groome
Top achievements
Rank 2
Corey Alguire
Top achievements
Rank 1
Share this question
or