Cross-Browser CSS Opacity


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



Copy this code and paste it in your HTML
  1. .opacity {
  2. opacity: 0.7;
  3. filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70); /* For IE 7 */
  4. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)"; /* IE 8 */
  5. }

URL: http://www.impressivewebs.com/css-opacity-reference/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.