From 38e0479ee8b69f6863b32194811dcd7076617ce6 Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Wed, 10 Mar 2010 00:26:31 -0500 Subject: [PATCH] Removed PNG Fix script, DEATH TO IE6 --- js/pngfix.js | 48 ------------------------------------------------ 1 file changed, 48 deletions(-) delete mode 100644 js/pngfix.js 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 - } - } - } -}