What is the syntax of Opacity in CSS3?

 Posted by vishalneeraj-24503 on 9/27/2014 | Category: CSS 3 Interview questions | Views: 1713 | Points: 40
Answer:

We can write below syntax in the element as:-
style="opacity:0.4;filter:alpha(opacity=40)"

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


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response