Skip to content

Instantly share code, notes, and snippets.

@rclai
Created October 21, 2013 00:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rclai/7077076 to your computer and use it in GitHub Desktop.
Save rclai/7077076 to your computer and use it in GitHub Desktop.
CSS Cross-Browser Opacity
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
filter: alpha(opacity=95);
opacity: .95;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment