OK FIGURED IT OUT!!
Here's the step by step in detail:
(1) Upload the clear.gif to your root folder at www.YOURSITE.com
(2) Edit unitpngfix.js and:
replace:
PHP Code:
var clear="images/clear.gif"; //path to clear.gif
with:
PHP Code:
var clear="https://www.YOURSITE.com/clear.gif";
(3) Upload the unitpngfix.js to your root folder at www.YOURSITE.com
(4) Add this code to /includes/templates/CUSTOM/common/html_header.php
(add it at the very bottom just above the closing </head> tag):
PHP Code:
<!--[if lt IE 7]>
<script type="text/javascript" src="unitpngfix.js"></script>
<![endif]-->
That's it!! It definitely works. Tried and tested. I'm using PNG24's though. Not sure if it'll work with PNG8's