CSS Opacity / Transparency


/ 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. opacity: 0.5;
  5. }

URL: http://css-tricks.com/64-css-transparency-settings-for-all-broswers/

Report this snippet


Comments


You need to login to view comments.