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

RadMenu z-index overlaying the Sharepoint Site Actions dropdown

2 Answers 129 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Christopher
Top achievements
Rank 1
Christopher asked on 01 Aug 2011, 11:33 PM

I have a RadMenu in a SharePoint master page. The problem is,  when I select the site Actions dropdown it appears behind the RadMenu.  The Default z-index of the menu is 7000, I’ve set it to (z-index  3 !important) with no change to the issue.

How should I configure the RadMenu to appear below the SharePoint Site Actions Menu, But will still remain above the other Telerik controls.


2 Answers, 1 is accepted

Sort by
0
Kevin
Top achievements
Rank 2
answered on 04 Aug 2011, 01:05 PM
Hello Christopher,

Is it possible to add a css style to your master page that would make the Site Actions popup show over your RadMenu. I think if you add this style to your master page, it would show the Site Actions menu over the RadMenu:

.ms-MenuUIPopupBody, .ms-MenuUIPopupScreen
{
    z-index: 8000 !important;
}

Those are the class names for the popup menu for my version of sharepoint, hopefully it works for you.
0
Kate
Telerik team
answered on 04 Aug 2011, 02:04 PM
Hi Christopher,

Did you try to decrease the z-index of the RadMenu in the way it is explained here? Please give it a try and let me know if it helps. 

All the best,
Kate
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Menu
Asked by
Christopher
Top achievements
Rank 1
Answers by
Kevin
Top achievements
Rank 2
Kate
Telerik team
Share this question
or