Showcase IE Bug
-
In header.php in the head section there is a comment:
<!--[if lt IE7]> <script language="Javascript" type="text/javascript"> DD_belatedPNG.fix('.png, #mantle-dots li'); </script> <!--[endif]-->
This is incorrect and is not interpreted correctly in IE. Correct code should be:
<!--[if lt IE 7]> <script language="Javascript" type="text/javascript"> DD_belatedPNG.fix('.png, #mantle-dots li'); </script> <![endif]-->
- The topic ‘Showcase IE Bug’ is closed to new replies.