Improved IE6 transparent PNG usage

This entry was posted on Thursday, April 9th, 2009

As you probably already know, IE6 does not support transparent PNGs. There are a few workarounds such as Microsoft’s AlphaImageLoader filter, but using the MS filter has some drawbacks. The biggest drawback is the use of proprietary css which doesn’t validate. The other is not being able to use background css rules such as background-repeat to tile PNGs.

Web developer Drew Miller offers a better solution which addresses the drawbacks I mentioned and more. Get it now: DD_belatedPNG.

Comments are closed.