diff --git a/blue-theme/pngfix.js b/blue-theme/pngfix.js deleted file mode 100644 index 632a157af..000000000 --- a/blue-theme/pngfix.js +++ /dev/null @@ -1,28 +0,0 @@ -// Correctly handle PNG transparency in Win IE 5.5 or higher. -// http://homepage.ntlworld.com/bobosola. Updated 02-March-2004 - -function correctPNG() - { - for(var i=0; i" - img.outerHTML = strNewHTML - i = i-1 - } - } - } -window.attachEvent("onload", correctPNG);