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

RadListBox Overlays ASP Menu

5 Answers 93 Views
ListBox
This is a migrated thread and some comments may be shown as answers.
Casey
Top achievements
Rank 1
Casey asked on 10 Jul 2012, 09:49 PM
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

5 Answers, 1 is accepted

Sort by
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:
<style type="text/css">
 #Menu1 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?
Tags
ListBox
Asked by
Casey
Top achievements
Rank 1
Answers by
Casey
Top achievements
Rank 1
Simon
Top achievements
Rank 1
Princy
Top achievements
Rank 2
Share this question
or