This fixes transparency issues you get with pngs and ie6 (when will the pain be over)
Simply add this into your header section
<!--[if lt IE 7]>
<script src="../../Scripts/DD_belatedPNG_0.0.8a.js" type="text/javascript"></script>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<script>
DD_belatedPNG.fix('#idOfImageToFix, #anotherID');
</script>
<![endif]-->
Its a bit of an a*rse as you need to add a ID or class to all the pngs that you need to fix into this method
DD_belatedPNG.fix('#idOfImageToFix, #anotherID');
But it works, simples :)














