vote up 2 vote down star
2

How can I use semi-transparent png images in IE6?

flag

4 Answers

vote up 4 vote down check

In fact you can using IE6 PNG Fix. There are some limitations, but overall, it works just fine.

link|flag
vote up 0 vote down

You can't... IE6 doesn't support transparent PNGs. Your best option is to use transparent GIFs and format them to match the background they go over.

Edit: On that note: http://ie6update.com/

link|flag
vote up 0 vote down

You can use semi transparent PNGs in IE6 if you do it in Fireworks.. there is an article somewhere. Instead of the alpha transparency, IE6 does renders all the alpha channels as entirely transparent.

You can use the IE6 PNG fix, but it does have limitations, such as background repeat, and if the user doesn't have JS enabled (I believe it leverages CSS expressions in some implementations?)

link|flag
vote up 0 vote down

Be aware that the AlphaImageLoader transform can deadlock IE6.

Use PNG8s instead of regular PNG32s. You are restricted to 256 colors and 1 bit of alpha transparency, but it beats randomly deadlocking the browser.

link|flag

Your Answer

Get an OpenID
or

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