Active
Project:
PNG Fix
Version:
6.x-1.0
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Apr 2008 at 06:54 UTC
Updated:
6 Apr 2011 at 11:03 UTC
I have turned this module on in my site and had it all working. I have added a .pngfix class to the containing divs and I was happy that the module was doing its job.
However just recently it seems to have stopped working. When i load the page in IE I see the images (looking all nasty, as they do in IE) and then when the module kicks in at the end of the page load the images actually disappear. Anyone had this issue before?
The only thing that i can think of is that it might be clashing with some other module as i recently just updated about 18 modules on my site.
Any ideas?
Comments
Comment #1
chadcross commentedI have this same issue. I will let you know if I figure anything out.
Comment #2
pcambrasame here :S
Comment #3
robloachDoes this help? http://code.google.com/p/ie7-js/
Comment #4
ekrispin commentedhaving the same problem
Comment #5
Schnittmenge commentedI have the same problem
Comment #6
origaman commentedSame problem, but only for background images. All background pngs from the specified class element downwards just disappear, even if they aren't transparent at all.
Comment #7
DL commentedafter downloading the file, where do I place it? where do I place the code to make the call to the file? page.tpl.php? or others..thanks
Comment #8
drupal_jon commentedI had this issue with background images. I fixed it by adding height attributes in css to the elements with the PNG background images. It seems that the IE6 filters only work if they have a height.
You can do something like this to add height without affecting your layout:
Comment #9
jeremy_a commentedSubscribing. Background images not working for me either
Comment #10
drupal_jon commentedI don't want to detract from PNG Fix, but for various reasons (more reliable handling of links etc) I moved over to PNG Behave, which is working fine
http://drupal.org/project/pngbehave
Comment #11
tms8707056 commentedSubscribing
Comment #12
jbergeron commentedHas anyone had any luck with a viable fix for this? I have tried the height suggestion without any luck, and I have tried PNG behave with absolutely no luck. In fact, that didn't do anything at all.
Comment #13
tefa commentedI have the same problem
Comment #14
ndevelder commentedI have two images on my frontpage that use the pngfix module. One (my logo) disappears, and the other works properly. The only difference between the two, is that the logo is wrapped in
<a href="...">to link back to the frontpage (as in all standard drupal installs) and the other has no such wrap. My guess is that the surrounding tags/styles have something to do with the disappearances...but I haven't figured it out yet...Comment #15
cfmcoder commentedI was able to fix this problem using BelatedPNG, at http://drupal.org/project/belatedpng
PNG Behave did not work for me.