Png Fix for IE 6.0

Written by Bobby Hash on August 22nd, 2008

For 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:

Spruce up your comments with
<a href="" title=""><abbr title=""><acronym title=""><b><blockquote cite=""><cite><code><del datetime=""><em><i><q cite=""><strike><strong>
All comments are moderated before being shown * = required field

Leave a Comment