vote up 2 vote down star

This is an exact duplicate of: http://stackoverflow.com/questions/130161/ie6-issues-with-transparent-pngs


Firefox:alt text

IE 6:alt text The background for the image is transparent. Yet IE seems to screw it up. Any ideas?

flag

IE6 and Firefox rendering differently? Stop the presses! – cletus Jan 14 at 4:32
@cletus hahahhaahhahahhaha – alex Jan 14 at 4:35

closed as exact duplicate by Jonathan Leffler Jan 14 at 7:30

5 Answers

vote up 8 vote down check

IE6 does not render transparent PNGs properly. There's a javascript fix, or some such, but it's easier if you just don't use PNGs.

link|flag
vote up 3 vote down

This is an exact duplicate of: http://stackoverflow.com/questions/130161/ie6-issues-with-transparent-pngs

link|flag
vote up 2 vote down

Undoubtedly a PNG. IE6 doesn't handle PNG alpha transparency natively, though there are some hacks that work. Here's one. Here's another.

link|flag
vote up 1 vote down

Well you can use PNGs in IE6, just not 24bit PNGs, because the alpha channels get turned to blocks of grey. You can use Javascript to solve this issue, but it doesn't work in all cases (such as a repeating background). Check out this link: http://www.twinhelix.com/css/iepngfix/

link|flag
vote up 1 vote down

I don't think IE completely fixed PNGs until IE8.

IE6 had transparency issues

IE7 had color pallet issues

If you need a transparent image and you need it to work on IE6, use a GIF. They render properly on all browsers.

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.