Skip to content

Instantly share code, notes, and snippets.

@catdad
Created March 31, 2014 14:48
Show Gist options
  • Save catdad/9894065 to your computer and use it in GitHub Desktop.
Save catdad/9894065 to your computer and use it in GitHub Desktop.
.transparent-background{
/* IE8 transparent background fix -- #aaRRGGBB */
-ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#a6000000', endColorstr='#a6000000');
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#a6000000', endColorstr='#a6000000');
background: rgba(0,0,0,.65);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment