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


You need to login to view comments.