PNG Problem!!
November 20, 2008 12:00 AM
Take the code below and add it to a text file named pngFix.jsfunction correctPNG() // correctly handle PNG transparency in Win IE 5.5 & 6.{ var arVersion = navigator.appVersion.split("MSIE") var version = parseFloat(arVersion[1]) if ((version >= 5.5) && (document.body.filters)) { for(var i=0; i" img.outerHTML = strNewHTML i = i-1 } } } }if (navigator.appName.indexOf("Microsoft Internet")!=-1) { window.attachEvent("onload", correctPNG); }THENadd this as an external html script as a META Tag typethat will do it - not an issue for IE 7
Discussions have been disabled for this post