Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for .NET
»
Re: 6.1 and AJAX Toolkit ModalPopupExtender: When clicking on "Image Gallery" or "Insert Image" Windows opens behind.
Re: 6.1 and AJAX Toolkit ModalPopupExtender: When clicking on "Image Gallery" or "Insert Image" Windows opens behind.
06-02-2008, 10:43 PM
cutechat
Joined on 07-22-2004
Posts 2,332
Re: 6.1 and AJAX Toolkit ModalPopupExtender: When clicking on "Image Gallery" or "Insert Image" Windows opens behind.
Reply
Quote
Hi,
the zIndex of the Editor dialog is 8888 , I think the ModalPopupExtender is larger .
So maybe you can try this style :
.ceifdialog
{
z-index:99999999 !important;
}
Regards , Terry .
View Complete Thread