Skip to content

Instantly share code, notes, and snippets.

@MilkZoft
Created January 16, 2012 22:42
Show Gist options
  • Save MilkZoft/1623419 to your computer and use it in GitHub Desktop.
Save MilkZoft/1623419 to your computer and use it in GitHub Desktop.
code.jobs - Opacity Hack - CSS
selector {
filter: alpha(opacity=60); /* MSIE/PC */
-moz-opacity: 0.6; /* Mozilla 1.6 and older */
opacity: 0.6;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment