CSS3 Question:

What is the syntax of opacity in CSS3?

CSS3 Interview Question
CSS3 Interview Question

Answer:

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

Firefox uses the property opacity:x for transparency, while IE uses
filter:alpha (opacity=x).


Previous QuestionNext Question
What is opacity in CSS3?What is the syntax of word wrap in CSS3?