jQuery: The Write Less, Do More JavaScript Library

Re: jquery.ifixpng.js IE 7 Transparency is Black instead of transparent

by Guy Fraser-2 :: Rate this Message:

Reply to Author | View in Thread


cfdvlpr wrote:
> I'm just trying this nice jquery plugin and it works great to solve
> some of my IE 6 PNG image problems.  But, in IE 7, the images are
> black.  Has anyone else seen this and found a fix for it?  Is this a
> problem specifically with PNG 24 alpha transparency?
>  

IE7 natively supports PNG images - so make sure the plugin detects IE7
and doesn't run. We used a conditional comment around the script tag to
prevent IE7 processing it...

<!--[if lte IE 7.0000]>
  <script ....>
<![endif]-->



 « Return to Thread: jquery.ifixpng.js IE 7 Transparency is Black instead of transparent