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

chadcross’s picture

I have this same issue. I will let you know if I figure anything out.

pcambra’s picture

same here :S

robloach’s picture

ekrispin’s picture

having the same problem

Schnittmenge’s picture

I have the same problem

origaman’s picture

Version: 5.x-3.0 » 6.x-1.0

Same 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.

DL’s picture

after 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

drupal_jon’s picture

I 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:

  height: auto !important;
  height:50px;
jeremy_a’s picture

Subscribing. Background images not working for me either

drupal_jon’s picture

I 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

tms8707056’s picture

Subscribing

jbergeron’s picture

Has 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.

tefa’s picture

I have the same problem

ndevelder’s picture

I 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...

cfmcoder’s picture

I was able to fix this problem using BelatedPNG, at http://drupal.org/project/belatedpng

PNG Behave did not work for me.