Skip to content

Instantly share code, notes, and snippets.

@sangar82
Last active December 12, 2015 06:38
Show Gist options
  • Save sangar82/4730362 to your computer and use it in GitHub Desktop.
Save sangar82/4730362 to your computer and use it in GitHub Desktop.
background filter for IE
//CONVERSION TO ARGB
http://kilianvalkhof.com/2010/css-xhtml/how-to-use-rgba-in-ie/
.ie_transparency{
background:transparent;
-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000,endColorstr=#BF000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000,endColorstr=#BF000000);
zoom: 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment