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

LightBox z-index

2 Answers 65 Views
LightBox
This is a migrated thread and some comments may be shown as answers.
Fit2Page
Top achievements
Rank 2
Iron
Iron
Iron
Fit2Page asked on 04 Sep 2014, 09:48 AM
When I look in code the LightBox DIV has z-index 3006.
That is way too low, RadMenu has 7000...

Marc

2 Answers, 1 is accepted

Sort by
0
Galin
Telerik team
answered on 05 Sep 2014, 03:02 PM
Hi Marc,

By default the RadLightBox has z-index 3500 and it is low, because there can be nested other control with popup, which should be visible above the lightbox. Hoverer you can control this style with the property ZIndex, e.g.
<telerik:RadLightBox ID="RadLightBox1" runat="server" ZIndex="10000" />

I hope this helps.

Regards,
Galin
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Fit2Page
Top achievements
Rank 2
Iron
Iron
Iron
answered on 08 Sep 2014, 08:07 AM
That is clear Galin.

Marc
Tags
LightBox
Asked by
Fit2Page
Top achievements
Rank 2
Iron
Iron
Iron
Answers by
Galin
Telerik team
Fit2Page
Top achievements
Rank 2
Iron
Iron
Iron
Share this question
or