Thursday, March 6, 2008

How To Position Modal Popup In IE7




Replaced
  
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

By
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">.

2 comments:

Anonymous said...

This works -- tried and tested in IE7. Thanks for the tip.

UnKnown said...

Good solution. Implemented and tested it works fine, thanks.

Gr8 if you can explain the difference between these two as well.

Post a Comment