Hi,
I have an AJAX modal popupextender control on my page and it is working great in all browsers except IE7. Basically, in IE7 when the modal popup is called, it does not display on top of all the other areas of the page.
I have Googled it and it appears to be something to do with the z-index. So, I set the z-index of my modal popup to 70000. This works pretty well except that I have several ContentPlaceHolder sections on my page that goes back to a Master Page.
My z-index = 70000 setting is only working for ContentPlaceHolder section that the modal popup control is contained in. It is not displaying on top of any other sections.
Does anyone know how to make this work?