Skip to content

Instantly share code, notes, and snippets.

@roc
Created January 31, 2013 16:53
Show Gist options
  • Save roc/4684302 to your computer and use it in GitHub Desktop.
Save roc/4684302 to your computer and use it in GitHub Desktop.
// You could do it with n
opacity()
opacity arguments
-moz-opacity arguments
filter: unquote('alpha(opacity=' + round(arguments * 100) + ')')
-ms-filter unquote('progid:DXImageTransform.Microsoft.Alpha(Opacity=' + round(arguments * 100) + ')')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment