Image with transparent background

This is because transparent PNG files are not fully supported in versions of IE lower than 7.Use this code from here :/* Correctly handle PNG transparency in Win IE 5.5 & 6.http://homepage.ntlworld.com/bobosola. Updated 18-Jan-2006.Use in with DEFER keyword wrapped in conditional comments:*/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 } }}Edited By: Xithis on 2009-3-11 12:54:57

Discussions have been disabled for this post