CSS Opacity class


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



Copy this code and paste it in your HTML
  1. .transparent {
  2. zoom: 1;
  3. filter: alpha(opacity=50);
  4. -moz-opacity: 0.5; /* Mozilla 1.6 and older */
  5. opacity: 0.5;
  6. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.