ericmmartin / simplemodal

A modal dialog framework for jQuery
http://simplemodal.com/
Other
507 stars 229 forks source link

Version 1.4.2 doesn't work in IE with Doctype Transitional #12

Closed maho2nd closed 12 years ago

maho2nd commented 12 years ago

Hi,

since version 1.4.2 simplemodal doesn't work anymore in all IE-Browsers if you use Doctype Transitional. To reproduce the problem you can use the basic example and replace the Doctype with this one:

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

Because I have to embed simplemodal in an existing website I cant change the Doctype. Version 1.4.1 works fine.

ericmmartin commented 12 years ago

Thanks. This should be fixed now with SimpleModal 1.4.3.