Title: Showcase IE Bug
Last modified: August 20, 2016

---

# Showcase IE Bug

 *  [ReachingSol](https://wordpress.org/support/users/reachingsol/)
 * (@reachingsol)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/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]-->
       ```
   
 * [http://wordpress.org/extend/themes/showcase/](http://wordpress.org/extend/themes/showcase/)

The topic ‘Showcase IE Bug’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/showcase/1.0.17/screenshot.png)
 * Showcase
 * [Support Threads](https://wordpress.org/support/theme/showcase/)
 * [Active Topics](https://wordpress.org/support/theme/showcase/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/showcase/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/showcase/reviews/)

## Tags

 * [showcase](https://wordpress.org/support/topic-tag/showcase/)

 * 0 replies
 * 1 participant
 * Last reply from: [ReachingSol](https://wordpress.org/support/users/reachingsol/)
 * Last activity: [14 years, 2 months ago](https://wordpress.org/support/topic/showcase-ie-bug/)
 * Status: not a support question