Skip to content

Instantly share code, notes, and snippets.

@atsea
Created March 20, 2012 15:57
Show Gist options
  • Save atsea/2137430 to your computer and use it in GitHub Desktop.
Save atsea/2137430 to your computer and use it in GitHub Desktop.
cross browser opacity
{
zoom: 1;
filter: alpha(opacity=50);
opacity: 0.5;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment