ModalPopupExtender Overlay

postmaster

New Member
All,I am trying to fix an overlay issue with my auto suggest menu when it resides inside the ModalPopup (that uses Ajax control toolkit's ModalPopupExtender). As user types, the overlay appears under the popup but I want it to appear over it.So the simple thing was to change the z-index on my auto suggest menu overlay but still the overlay appears underneath the modal popup. So I opened source code for ModalPopupExtender and looked at its z-index and have set mine to higher what it was using (they're using 10,000, I used 20,000). I thought that would fix it but no avail, my overlay is still underneath the popup. How can that be when my overlay div z-index is higher then their overlay z-index.I would appreciate any help on this.
 
Back
Top