PNG Transparency Fix for IE
This is a great CSS hack to fix the transparency of PNGs in IE5.5 and above. Just got to Twin Helix download iepngfix.zip and insert the code below into the <head></head> area or into your CSS document.
<!--[if lt IE 7]>
<style type="text/css">
.photo span { behavior: url(iepngfix.htc); }
</style>
<![endif]-->
If you are unclear open “iepngfix.html” in a browser; step by step instructions are within.




