Home »

What is the syntax of opacity in CSS3?

Question ListCategory: CSSWhat is the syntax of opacity in CSS3?
adamemliy16 author asked 9 years ago
1 Answers
jeanderson295 author answered 8 years ago

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

filter:alpha (opacity=x).

Please login or Register to Submit Answer