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]-->
What's Next?
» Share This (Social Bookmarks/Email)» Subscribe to Feed
» Subscribe to Email
» Leave a Comment
Related Posts:
» WP Theme Update: GreyBlog & SoftwareHolic
» WP Theme: SoftwareHolic
» Theme Bugfix: Artificial Intelligence
» Newer Post: PepperjamNETWORK: Can it replace my adsense income?
« Previous Post: WP Theme: SoftwareHolic






