I have a CalendarControl inside a modalPopup and in order to get the calendar to popup over top of my modalPopup I had to set the Z-Index to a really high number such as
.ajax__calendar_container { z-index : 100003 ; }
this works in both IE 6 and FF for me...setting the z-index to only 1000 wont work well b/c the modal popup and the modalPopup background use z-index 1000 and 1001...setting the z-index to 1003 worked fine in IE6 but FF required the much high z-index to
work for some unknown reason, but none the less...I got it to work with the above CSS code.
gpbenoit
Member
328 Points
98 Posts
Re: How do I get the CalendarExtender to show over a dropdown?
Mar 27, 2007 09:44 PM|LINK
I have a CalendarControl inside a modalPopup and in order to get the calendar to popup over top of my modalPopup I had to set the Z-Index to a really high number such as
.ajax__calendar_container { z-index : 100003 ; }
this works in both IE 6 and FF for me...setting the z-index to only 1000 wont work well b/c the modal popup and the modalPopup background use z-index 1000 and 1001...setting the z-index to 1003 worked fine in IE6 but FF required the much high z-index to work for some unknown reason, but none the less...I got it to work with the above CSS code.
Hope that helps,
Greg
--
GregBenoit.com
PrecisionSoftware.Net
QGenda.com
StaffKeeper.com