Patch (to be ported)
Project:
PNG Fix
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Jul 2010 at 14:52 UTC
Updated:
25 Oct 2010 at 14:12 UTC
line 26:
replace:
$js = "$(document).ready(function(){ $('$pngfixclasses').pngFix(); });";
with:
$js = "<!--[if IE 6]>$(document).ready(function(){ $('$pngfixclasses').pngFix(); });< ![endif]-- >";
Comments
Comment #1
luco commentedhey there,
I've tested on IE8 but couldn't check that. would you mind providing steps to reproduce?
I'm interested because I have a site for a client who uses IE6 :/
cheers
Comment #2
madlee commentedluco,
I don't remember the specifics, but I think because pngs are supported by IE8, you don't want IE8 to run the png fix. Adding the conditional comment prevents that.