Skip to content

Instantly share code, notes, and snippets.

@silvenon
Created August 26, 2014 20:31
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 silvenon/9474f0791ffbeb24bd06 to your computer and use it in GitHub Desktop.
Save silvenon/9474f0791ffbeb24bd06 to your computer and use it in GitHub Desktop.
IE opacity hacks.
/* IE 5-7 */
filter: alpha(opacity=50);
/* IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
/* ಠ_ಠ */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment