Opacity using CSS


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



Copy this code and paste it in your HTML
  1. selector {
  2. filter: alpha(opacity=60);
  3. -moz-opacity: 0.6;
  4. opacity: 0.6;
  5. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.