I am facing an issue in firefox and chrome browser. I am opening a modalpopup after clicking a button on the page. This modalpopup contain a link that opens a thickbox when we click on that link. Issue is that when thickbox opens, it open behind the modalpopupextender,
due to that user could not be able to see it properly. This is perfectly working fine in IE, but not in firefox and chrome.
I have changed as u mentioned, but it didn't work. Along with this i have also changezs the z-index of thickbox.css file at various places, but no benefit. I think it is not the issue with z-index, might be something else.
kazim85
Member
101 Points
78 Posts
Modalpopupextender and Thickbox
Apr 03, 2012 04:56 AM|LINK
Hi
I am facing an issue in firefox and chrome browser. I am opening a modalpopup after clicking a button on the page. This modalpopup contain a link that opens a thickbox when we click on that link. Issue is that when thickbox opens, it open behind the modalpopupextender, due to that user could not be able to see it properly. This is perfectly working fine in IE, but not in firefox and chrome.
breath2k
Contributor
2101 Points
821 Posts
Re: Modalpopupextender and Thickbox
Apr 03, 2012 12:42 PM|LINK
Change the z-index of the thickbox container in css, for example if the container's class is .thickbox then add css:
.thickbox { z-index:99999; }
chetan.sarod...
All-Star
65739 Points
11138 Posts
Re: Modalpopupextender and Thickbox
Apr 04, 2012 03:20 AM|LINK
This may be related to z-index of thickbox. Try to set it to max value something like 99999
http://www.w3.org/TR/CSS21/visuren.html#z-index
http://www.puidokas.com/max-z-index/
Senior Software Engineer,
Approva Systems Pvt Ltd, Pune, India.
kazim85
Member
101 Points
78 Posts
Re: Modalpopupextender and Thickbox
Apr 04, 2012 04:31 AM|LINK
There are the lot of divs in thickbox.js. Can you please exactly told me in which div i have to apply this z-index.
breath2k
Contributor
2101 Points
821 Posts
Re: Modalpopupextender and Thickbox
Apr 04, 2012 08:10 AM|LINK
I think it will be
kazim85
Member
101 Points
78 Posts
Re: Modalpopupextender and Thickbox
Apr 05, 2012 04:43 AM|LINK
I have changed as u mentioned, but it didn't work. Along with this i have also changezs the z-index of thickbox.css file at various places, but no benefit. I think it is not the issue with z-index, might be something else.
Song-Tian - ...
All-Star
43699 Points
4304 Posts
Microsoft
Re: Modalpopupextender and Thickbox
Apr 05, 2012 07:45 AM|LINK
Hi,
Please post some related code.
Feedback to us
Develop and promote your apps in Windows Store