This is Interesting: Free Magazines for Graphics designers and webmasters  


Home > Archive > Netscape CSS > October 2004 > filters in Netscape





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author filters in Netscape
Joe

2004-10-04, 4:14 am

Do CSS filters work at all in Netscape? Or is it just an IE thing?
I mean :

<img style="Filter:Alpha(Opacity=0, etc...)"


Daniel Kirsch

2004-10-04, 12:15 pm

Joe wrote:
> Do CSS filters work at all in Netscape? Or is it just an IE thing?


That's just a IE thing.

> I mean :
>
> <img style="Filter:Alpha(Opacity=0, etc...)"


<img style="-moz-opacity:0.5"

The CSS3 property "opacity" is available as well with the latest
official release.

Daniel
Robert E. Boughner

2004-10-04, 12:15 pm

Joe wrote:

> Do CSS filters work at all in Netscape? Or is it just an IE thing?
> I mean :
>
> <img style="Filter:Alpha(Opacity=0, etc...)"
>
>


As the following responder noted this is just an IE thing. However,
mozilla based browsers do support opacity:

style="-moz-opacity: 0.60;"
or
obj.style.MozOpacity=0.60;

For what its worth, Safari also supports opacity:

style="-khtml-opacity: 0.60;"
or
obj.style.KhtmlOpacity=0.60;

Hope that helps
Sponsored Links


Copyright 2003 - 2008 forum4designers.com  Software forum  Computer Hardware reviews