Png Fix for IE 6.0
Written by Bobby Hash on August 22nd, 2008For those of us that enjoy using PNG graphics in our layouts, it is common knowledge that Internet Explorer is a point of frustration in the entire process.
Fortunately javascript can be utilized to assist in this matter. Be sure to use the defer type.
<html> <head> <!--[if lt IE 7.]> <script defer type="text/javascript" src="pngfix.js"></script> <![endif]--> </head> <body>
For an example of the javascript one could use to show the PNG format in IE6, check out the link below: