Hi,
I wanted to get some opinions on whether I should consider using
proprietary attributes to apply opacity (until there's support for CSS3
in this area).
Yesterday I came across a site which specified the following in a CSS
rule...
filter:Alpha(Op acity=90);
-moz-opacity:0.9;
opacity: 0.9;
On further research I found that this makes use of proprietary CSS
extensions in IE and Mozilla.
The site seems happy in Netscape, Mozilla, Firefox, IE etc.
Until now I've only looked at faking opacity with nicely aligned
background images.
Any opinions?
Regards,
Oli
I wanted to get some opinions on whether I should consider using
proprietary attributes to apply opacity (until there's support for CSS3
in this area).
Yesterday I came across a site which specified the following in a CSS
rule...
filter:Alpha(Op acity=90);
-moz-opacity:0.9;
opacity: 0.9;
On further research I found that this makes use of proprietary CSS
extensions in IE and Mozilla.
The site seems happy in Netscape, Mozilla, Firefox, IE etc.
Until now I've only looked at faking opacity with nicely aligned
background images.
Any opinions?
Regards,
Oli