On Fri, March 27, 2009 10:10 am, hairball wrote:
> How can I set .png transparency for ie7. I thought is was something like
> this.
> code:
> filter:alpha(opacity=50);
>
> But I guess I'm wrong it doesn't seem to work, am I missing something ?

As others have mentioned, IE 7 and 8 support PNG transparency, so you
don't need to do anything.

If you need to support PNG transparency in IE6, you want the
AlphaImageLoader filter [1] [2] [3].

[1] <http://msdn.microsoft.com/en-us/library/ms532969.aspx>
[2] <http://support.microsoft.com/kb/294714>
[3] <http://www.satzansatz.de/cssd/tmp/alphatransparency.html>

Cheers,

Nick.
-- 
Nick Fitzsimons
http://www.nickfitz.co.uk/


______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to