| Author |
filters in Netscape
|
|
|
| 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
|
|
|
|
| Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |