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] 
>


In my opinion, this [1] is the best PNG Fix I found.

[1] http://www.dillerdesign.com/experiment/DD_belatedPNG/

- divya
http://nimbupani.com/blog
__
css-discuss [cs...@lists.css-discuss.org]
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/


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 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] 
[2] 
[3] 

Cheers,

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


__
css-discuss [cs...@lists.css-discuss.org]
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/


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, you shouldn't need 
additional CSS. Only for IE6 you need a fix.

mS



  
__
css-discuss [cs...@lists.css-discuss.org]
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/


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 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 ?
> __

I thought IE7 rendered pngs and it was only IE before IE7 that didn't.

Ian

__
css-discuss [cs...@lists.css-discuss.org]
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/


[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]
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/