The bug shows up in IE6, on all pages except homepage. You will see missing images in the header (red crosses). You can download the latest zip here, upload and replace only the header.php. Alternatively you can apply the following changes to the header.php file.

Replace

<!--[if lte IE 6]>
<link rel="stylesheet" type="text/css" href="<?php bloginfo('template_url') ?>/pngfix.css" />
<![endif]-->

With

<!--[if lte IE 6]>
<style type="text/css">
img.png {
    background-image: expression(
        this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        this.src = "<?php bloginfo('template_url') ?>/images/transparent.gif"
    );
}
</style>
<![endif]-->

Browse and Share

» Subscribe to Feed
» Leave a Comment

Related Posts:
» Theme Bugfix: TechnoHolic, SoftwareHolic, GenkiTheme (Fixed Width)
» WP Theme Update: GreyBlog & SoftwareHolic
» WP Theme: SoftwareHolic

» Newer Post:
« Previous Post: