Skip to content

Instantly share code, notes, and snippets.

@trey
Created July 30, 2008 22:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trey/3352 to your computer and use it in GitHub Desktop.
Save trey/3352 to your computer and use it in GitHub Desktop.
I'll learn you how to work, IE 6.
<!-- Download: http://jquery.khurshid.com/ifixpng.php -->
<script src="/js/jquery.ifixpng.js" type="text/javascript"></script>
$(document).ready(function() {
// PNG Fixes for IE 6
$.ifixpng('/img/pixel.gif'); // I prefer `/img` for images.
$('img[@src$=.png], div#logo').ifixpng();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment