Skip to content

Instantly share code, notes, and snippets.

@askaidau
Created November 19, 2013 14:50
Show Gist options
  • Save askaidau/7546458 to your computer and use it in GitHub Desktop.
Save askaidau/7546458 to your computer and use it in GitHub Desktop.
.fifty{
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";/*IE8*/
filter:alpha(opacity=50);/*IE5-7*/
opacity:.5;/*good browsers*/
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment