Answers

Question and Answer:

  Home  CSS3

⟩ What is the syntax of opacity in CSS3?

style="opacity:0.4;filter:alpha(opacity=40)"

Firefox uses the property opacity:x for transparency, while IE uses

filter:alpha (opacity=x).

 200 views

More Questions for you: