Hi, everyone, first time sending a message over here :) Im having troubles with the overlay on IE7.
Using this doctype: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> Works great on FF, but on IE7 i get that the overlay is somehow missed or under all the other elements, it doesnt care that the jqModal have a zIndex of 5000, greater than anything else on the page. As an observation, it DOES work well on my developing machine with IE7, but not on any other pc using IE7 (i tried on more than 10 different computers with IE7, same result). If i try this doctype: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http:// www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> The overlay works great on IE7 and FF, but it messes up with a lot of my page components, some CSS not working well (and they are valid CSS files, W3C validated) and some images not showing either. Do you have any idea about this kind of behavior? any suggestions? Thanks for your answer! Adrian