Skip to content

Instantly share code, notes, and snippets.

@baopham
Created April 12, 2012 19:16
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save baopham/2370266 to your computer and use it in GitHub Desktop.
Save baopham/2370266 to your computer and use it in GitHub Desktop.
CSS notes
/* Opacity */
filter:alpha(opacity=95); /* For IE */
-moz-opacity:0.95; /* Older versions of Mozilla */
-khtml-opacity: 0.95; /* For Sarari 1.x */
opacity: 0.95; /* General Usage */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment