Skip to content

Instantly share code, notes, and snippets.

@gil00pita
Last active August 29, 2015 14:09
Show Gist options
  • Save gil00pita/390aa02a7e8bcc8ed3c7 to your computer and use it in GitHub Desktop.
Save gil00pita/390aa02a7e8bcc8ed3c7 to your computer and use it in GitHub Desktop.
.transparent {
filter: alpha(opacity=50); /* internet explorer */
-khtml-opacity: 0.5; /* khtml, old safari */
-moz-opacity: 0.5; /* mozilla, netscape */
opacity: 0.5; /* fx, safari, opera */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment