Closed (fixed)
Project:
NewsFlash
Version:
5.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Apr 2008 at 13:20 UTC
Updated:
13 Apr 2008 at 07:58 UTC
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
Comment #1
roopletheme commentedAs 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.
Comment #2
gilbertdelyon commentedHi Roople,
Now it's clear for me. Thanks a lot for you help and for your themes.
Gilbert.