[Solved] How to render a PNG with transparency in IE6?
In Internet Explorer 6 and below, transparetn pngs do not show correctly. The transparent part of the png is not transparent but a solid color. Anyways to fix that problem add this code to your head tag. <script language=”JavaScript”> function correctPNG() // correctly handle PNG transparency in Win IE 5.5 & 6. { var arVersion … Read more