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.
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.