Skip to content

Instantly share code, notes, and snippets.

@owlsky
Created August 14, 2013 10:00
Show Gist options
  • Save owlsky/6229639 to your computer and use it in GitHub Desktop.
Save owlsky/6229639 to your computer and use it in GitHub Desktop.
Cross Browser Opacity
.transparent {
zoom: 1;
filter: alpha(opacity=50);
opacity: .5;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment