[req] PNG fix in ie

Instructions:
1. Download and unpack the zip file.
2. Upload .js file to forum/clientscript/ or /clientscript/
3. Do the below template edit.

Open headinclude:
Add to the very bottom
Code:
Code:
<!--[if lt IE 7.]>
<script defer type="text/javascript" src="clientscript/pngfix.js"></script>
<![endif]-->
Done, PNG's will now show up fine.
 
Back
Top