Skip to content

Instantly share code, notes, and snippets.

@Lego2012
Created September 26, 2016 20:20
Show Gist options
  • Save Lego2012/55def9ff9c44c26aac370666bb021a9a to your computer and use it in GitHub Desktop.
Save Lego2012/55def9ff9c44c26aac370666bb021a9a to your computer and use it in GitHub Desktop.
Cross Browser Opacity
selector {
filter: alpha(opacity=50); /* internet explorer */
opacity: 0.5; /* fx, safari, opera */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment