How can I fix PNG transparency bug in IE6 for background image?
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.