Published in: JavaScript
Fix Transparence iExplorer
<!--[if lt IE 7]> <script defer type="text/javascript" src="http://imperialcode.com/js/pngfix.js"></script> <![endif]-->
Comments
Subscribe to comments
You need to login to post a comment.
Pro JavaScript Techniques
Pro JavaScript Techniques is the ultimate JavaScript book for the modern web developer. It provides everything you need to know about modern JavaScript, and shows what JavaScript can do for your web sites. This book doesn't waste any time looking at things you already know, like basic syntax and structures.
frakim on 01/13/08
2 people have marked this snippet as a favorite
Published in: JavaScript
Fix Transparence iExplorer
<!--[if lt IE 7]> <script defer type="text/javascript" src="http://imperialcode.com/js/pngfix.js"></script> <![endif]-->
Subscribe to comments
You need to login to post a comment.
Yes, you're right. I just use it remote to do test quickly without uploading anything.
This works, however my image is also getting resized and is slightly larger than it should be.
I have specified the height and width in the code. Anyone else having this problem? Any suggestions on how to fix?
Thanks frakim. I suggest that it would be best to actually download the JavaScript file that's mentioned in the script source and then link to it locally, instead of using the code snippet as-is.