CSS Opacity Filter


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

CSS Opacity Filter


Copy this code and paste it in your HTML
  1. .class {
  2. zoom: 1;
  3. filter: alpha(opacity=50);
  4. opacity: 0.5;
  5. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.