Re: 6.1 and AJAX Toolkit ModalPopupExtender: When clicking on "Image Gallery" or "Insert Image" Windows opens behind.

  •  06-02-2008, 10:43 PM

    Re: 6.1 and AJAX Toolkit ModalPopupExtender: When clicking on "Image Gallery" or "Insert Image" Windows opens behind.

    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