Png fix works well with png logo file but not at all with other background images.

I ask myself if I do it on a wrong way or if this is a remaining issue of this nice theme.

Gilbert

Comments

roopletheme’s picture

As it's written, the PNG fix only processes HTML IMG tags. It's restricted by line 26 of jquery.pngFix.js:

jQuery(this).find("img[@src$=.png]").each(function() {

So it won't affect images used in CSS background statements, etc. I've experimented with PNG fixes that target more elements, but the performance for IE6 suffers too much to make them useful.

gilbertdelyon’s picture

Status: Active » Closed (fixed)

Hi Roople,

Now it's clear for me. Thanks a lot for you help and for your themes.

Gilbert.