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

One rad menu item is being blocked by the other

1 Answer 68 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
srilal
Top achievements
Rank 1
srilal asked on 05 Jun 2012, 04:45 PM
HI,

I am using multiple telerik rad menu controls in the web application. When the top menu is expanded with the drop down sub menus, some of the menu items are blocked by the current page's rad menu bar. The image below is showing the issue.  Please help me in fixing this.



Thank you,

Srilal Fonseka

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 22 Nov 2012, 12:35 PM
Hi,

You can set CSS class for the two menus with different z-index as shown below.
CSS:
<style type="text/css">
    .menu1
    {
        z-index:9000 !important;
    }
     .menu2
    {
        z-index:0 !important;
    }
    </style>

Thanks,
Shinu.
Tags
General Discussions
Asked by
srilal
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or