PNG alpha transparency: AlphaImageLoader filter flaws

I recently ran into an issue on this site Barnliter in which the AlphaImageLoader was causing the form fields to be inaccessible. I discovered that while it was the parent container with the transparency, that in IE6 the filter was applying over the top of my fields.

To fix that I applied a fix I found here: Alpha Transparency

Ideally I’d like to not support IE6 and my problems would all be solved, but given that a good chunk of the users on that site still use IE6 I can’t ignore them for now.

Thursday, December 10th, 2009 Web Development

Leave a Reply

You must be logged in to post a comment.