Installed pngfix (6.x 1.0) in my Drupal 6 installation and then set the preference to .product_wrapper p (markup looks like this: <div class="product_wrapper"><p><img src="image.png" /></p></div>). This will cause the images to flash and then disappear in IE6 (version 6.0.2800).
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | jquery.pngFix.js.txt | 4.67 KB | eater |
| #3 | ie6crossoverpngissue.png | 99.6 KB | NiklasBr |
| #1 | PngFix-IE5.5.png | 43.04 KB | mariuss |
| #1 | PngFix-IE6.png | 42.03 KB | mariuss |
Comments
Comment #1
mariuss commentedAlmost the same thing here. Using the following markup:
<div class="pngfix"><img src="..." /></div>Even worse, the test page at http://drupal.org/node/205365 does not work, neither with IE5.5 or IE6. See attachments.
The issue does not seem to be with our sites or with Drupal 6, the CSS or JavaScript must be broken IMO.
Does the test page above actually work for anyone?
Comment #2
mariuss commentedI was running IE on Linux and Mac OS X using WINE, and this is where the problem shows up.
Just tested IE6 under Windows XP and there everything works fine, except for the test image. The test image does not render properly even there.
Comment #3
NiklasBr commentedTest image broken here as well.
Attaching a screen grab from IE6 in crossover:
Comment #4
robloachThat test image doesn't use the PNG Fix. It's just an image they had on the PNG Fix website...
Comment #5
eater commentedLooks like pngFix does not take into account <base> tag. Replacing string 79 with
fixed problem for me.
Comment #6
beckyjohnson commentedI applied your fix and it didn't work for my logo, unless this is a separate issue. Please take a look: http://www.wimaxtimes.com. When you hover over the logo link, it flashes part of the image away for a moment.
Becky