Skip to content

Instantly share code, notes, and snippets.

@dwolfhub
Last active December 18, 2015 11:19
Show Gist options
  • Save dwolfhub/5774932 to your computer and use it in GitHub Desktop.
Save dwolfhub/5774932 to your computer and use it in GitHub Desktop.
CSS: cross-browser opacity styles
-moz-opacity: 0.60;
filter: alpha(opacity=60);
opacity:0.60;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment