Skip to content

Instantly share code, notes, and snippets.

@rfvcorreia
Created August 6, 2013 15:30
Show Gist options
  • Select an option

  • Save rfvcorreia/6165547 to your computer and use it in GitHub Desktop.

Select an option

Save rfvcorreia/6165547 to your computer and use it in GitHub Desktop.
Opacity Crossbrowser
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter: alpha(opacity=70); -moz-opacity: 0.7; -khtml-opacity: 0.7; opacity: 0.7;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment