Skip to content

Instantly share code, notes, and snippets.

@jesgundy
Created June 13, 2012 17:21
Show Gist options
  • Save jesgundy/2925352 to your computer and use it in GitHub Desktop.
Save jesgundy/2925352 to your computer and use it in GitHub Desktop.
IE RGBA Filter
// Color format is #AARRGGBB where 'A' is alpha
background: rgba(0,0,0,0.3);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#44000000,endColorstr=#44000000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment