Skip to content

Instantly share code, notes, and snippets.

@fjaguero
Created September 23, 2013 16:36
Show Gist options
  • Save fjaguero/6673260 to your computer and use it in GitHub Desktop.
Save fjaguero/6673260 to your computer and use it in GitHub Desktop.
IE8: Fallback opacity
.ie8 .page-header {
background:rgb(0,0,0);
background: transparent\9;
background:rgba(0,0,0,0.3);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c000000,endColorstr=#4c000000);
zoom: 1;
height: 215px;
}
.ie8 .page-header:nth-child(n) {
filter: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment