Skip to content

Instantly share code, notes, and snippets.

@eculver
Created March 31, 2010 00:20
Show Gist options
  • Save eculver/349777 to your computer and use it in GitHub Desktop.
Save eculver/349777 to your computer and use it in GitHub Desktop.
IE PNG Fix
<!--[if lte IE 6]>
<style type="text/css">
img, div, input, a { behavior: url("http://example.com/path/to/iepngfix.htc") }
</style>
<![endif]-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment