Skip to content

Instantly share code, notes, and snippets.

@gcpantazis
Created June 20, 2012 18:02
Show Gist options
  • Save gcpantazis/2961257 to your computer and use it in GitHub Desktop.
Save gcpantazis/2961257 to your computer and use it in GitHub Desktop.
Opacity CSS
#foo { display: block; float: left;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=40)";
filter:alpha(opacity=40);
opacity: 0.4;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment