PNG Transparency Fix for IE
Posted in Ramblings on the August 3rd, 2008 with No CommentsThis 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.
Tell your friends what you're reading,
or follow me.





