Re: [css-d] IE and png transparency

2009-03-27 Thread divya manian
On Fri, Mar 27, 2009 at 7:22 AM, Nick Fitzsimons wrote: > If you need to support PNG transparency in IE6, you want the > AlphaImageLoader filter [1] [2] [3]. > > [1] > [2] > [3]

Re: [css-d] IE and png transparency

2009-03-27 Thread Nick Fitzsimons
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 tran

Re: [css-d] IE and png transparency

2009-03-27 Thread Mark Senff
--- On Fri, 3/27/09, 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 ? With PNGs, the transparency is part of the actual IMAGE, y

Re: [css-d] IE and png transparency

2009-03-27 Thread Ian Young
> -Original Message- > From: css-d-boun...@lists.css-discuss.org [mailto:css-d- > boun...@lists.css-discuss.org] On Behalf Of hairball > Sent: 27 March 2009 10:11 > To: CSS-D > Subject: [css-d] IE and png transparency > > How can I set .png transparency f

[css-d] IE and png transparency

2009-03-27 Thread hairball
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 ? __ css-discuss [cs...@lists.css-discuss.org] ht