Skip to content

Instantly share code, notes, and snippets.

@ifthenelse
Created October 29, 2012 15:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ifthenelse/3974067 to your computer and use it in GitHub Desktop.
Save ifthenelse/3974067 to your computer and use it in GitHub Desktop.
CSS Cross-browser opacity
opacity: .75;
filter: alpha(opacity=75);
-ms-filter: "alpha(opacity=75)";
-khtml-opacity: .75;
-moz-opacity: .75;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment