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

z-index problem while using two RadMenus at the same time

2 Answers 28 Views
Menu
This is a migrated thread and some comments may be shown as answers.
lina fetisova
Top achievements
Rank 1
lina fetisova asked on 14 Sep 2010, 12:06 PM
Good day!
I use two RadMenu at the same time. One of them is depended on enother. But I want the first one to have z-index bigger than second one =(
but they behave wrong =(
You can see the bug at attached image.
Both grids have the same my own custom skin,
Z-index of div with the first menu is bigger than z-index of the div with second one.
what can I do? =(

2 Answers, 1 is accepted

Sort by
0
Cori
Top achievements
Rank 2
answered on 14 Sep 2010, 02:23 PM
Hello Lina,

I don't see this issue with the version 2.713 of the controls, but you can try creating a class like below and add it to both RadMenus.

.radMenuSameZindex
{
    z-index: 7000 !important;
}

This will set both RadMenus to same z-index.

I hope that helps.
0
lina fetisova
Top achievements
Rank 1
answered on 17 Sep 2010, 09:54 AM
Cori, thank you very much! it really works!
Tags
Menu
Asked by
lina fetisova
Top achievements
Rank 1
Answers by
Cori
Top achievements
Rank 2
lina fetisova
Top achievements
Rank 1
Share this question
or