diff --git a/js/pngfix.js b/js/pngfix.js deleted file mode 100644 index 740f8fe..0000000 --- a/js/pngfix.js +++ /dev/null @@ -1,48 +0,0 @@ -/* - -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: - - -@history 2008-03-15 Changed sizingMethod from 'scaled' to 'none' to fix a scaling issue - ---------- Added code to readd the style as to not fuck up my intended display - ---------- Added a catch for the image container (contained images shouldn't be transparent anyway) - ---------- Reformatted the code cause the original coder was a slob - -*/ - -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 - } - } - } -}