Skip to content

Instantly share code, notes, and snippets.

@kmokidd
Last active September 29, 2016 03:43
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 kmokidd/0ab6be7921d6ecad2a0c to your computer and use it in GitHub Desktop.
Save kmokidd/0ab6be7921d6ecad2a0c to your computer and use it in GitHub Desktop.
/* opacity is .8 */
.op{
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
filter: alpha(opacity=80);
opacity: 0.8\0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment