Skip to content

Instantly share code, notes, and snippets.

@prestontimmons
Created October 8, 2010 20:18
Show Gist options
  • Save prestontimmons/617456 to your computer and use it in GitHub Desktop.
Save prestontimmons/617456 to your computer and use it in GitHub Desktop.
/* cross-browser opacity ------------------*/
selector {
filter: alpha(opacity=40); /* ie */
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; /* ie8 */
opacity: 0.8;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment