Skip to content

Instantly share code, notes, and snippets.

@jesgundy
Created January 16, 2014 15:58
Show Gist options
  • Save jesgundy/8457408 to your computer and use it in GitHub Desktop.
Save jesgundy/8457408 to your computer and use it in GitHub Desktop.
Method to trigger IE8's redraw for icon fonts. (Currently untested)
// This triggers a redraw in IE to Fix IE8's :before content rendering.
html:hover [class^="icon-"] {
-ms-zoom: 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment