Hello,
I have a master page with an asp menu. On a content page I have a RadListBox that is hiding part of the menu. I've tried setting the position to relative and the z-index higher in a div surrounding the menu but nothing seems to make a difference. This is in IE7. Any suggestions?
Thanks,
Casey

I have a master page with an asp menu. On a content page I have a RadListBox that is hiding part of the menu. I've tried setting the position to relative and the z-index higher in a div surrounding the menu but nothing seems to make a difference. This is in IE7. Any suggestions?
Thanks,
Casey
5 Answers, 1 is accepted
0

Casey
Top achievements
Rank 1
answered on 11 Jul 2012, 02:07 AM
I've now converted to a RadMenu but have the same issue. I see in the menu overlay demo you can use OnClientItemOpening but my menu is on a master page and the listbox is on a content page. Ideas?
0

Casey
Top achievements
Rank 1
answered on 11 Jul 2012, 03:47 AM
I figured it out. The div wrapping my menu was inside a couple other divs. I needed to set the z-index of those divs higher. Doh!
0

Simon
Top achievements
Rank 1
answered on 06 Nov 2012, 08:28 AM
what z-index did you set?
0

Princy
Top achievements
Rank 2
answered on 06 Nov 2012, 10:26 AM
Hi Simon,
Try setting z-index to 1 to show the asp menu infront of RadListBox.
CSS:
Hope this helps.
Thanks,
Princy.
Try setting z-index to 1 to show the asp menu infront of RadListBox.
CSS:
<style type=
"text/css"
>
#Menu
1
ul.dynamic
{
z-index
:
1
! important;
}
</style>
Hope this helps.
Thanks,
Princy.
0

Simon
Top achievements
Rank 1
answered on 06 Nov 2012, 10:42 AM
Hi Princy,
Do you know if this works in android 4.1 default browser?
Do you know if this works in android 4.1 default browser?