Skip to content

Instantly share code, notes, and snippets.

@charliecm
Created June 24, 2013 20:49
Show Gist options
  • Save charliecm/5853495 to your computer and use it in GitHub Desktop.
Save charliecm/5853495 to your computer and use it in GitHub Desktop.
IE8 hacks and fixes.
/* Transparent PNG image black border removal */
img {
background: transparent;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; // IE8
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); // IE6 + 7
zoom: 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment