1.

What Is The Syntax Of Opacity In Css3?

Answer»

style="opacity:0.4;filter:ALPHA(opacity=40)"
FIREFOX uses the PROPERTY opacity:X for transparency, while IE uses filter:alpha (opacity=x).

style="opacity:0.4;filter:alpha(opacity=40)"
Firefox uses the property opacity:x for transparency, while IE uses filter:alpha (opacity=x).



Discussion

No Comment Found