Opacity for Different browsers


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. Opacity Properties for FF
  2. ----------------------------
  3. opacity: 0.35;
  4.  
  5.  
  6. Opacity Properties for IE
  7. ----------------------------
  8. filter:alpha(opacity: 50);

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.