How can I use semi-transparent png images in IE6?
|
|
In fact you can using IE6 PNG Fix. There are some limitations, but overall, it works just fine. |
||
|
|
|
|
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/ |
||
|
|
|
|
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?) |
||
|
|
|
|
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. |
||
|
|
