From 78a95a65514825e10f98c386fad990d0b587692d Mon Sep 17 00:00:00 2001 From: Tom Gilder Date: Tue, 18 Jan 2005 21:20:34 +0000 Subject: [PATCH] Never run PNG fix in IE5.0 --- skins/common/IEFixes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skins/common/IEFixes.js b/skins/common/IEFixes.js index df7439a34d..303e79e8b1 100644 --- a/skins/common/IEFixes.js +++ b/skins/common/IEFixes.js @@ -18,7 +18,7 @@ function hookit() { // png alpha transparency fixes function fixalpha() { // bg - if (!doneIEAlphaFix) + if (isMSIE55 && !doneIEAlphaFix) { doneIEAlphaFix = true; var plogo = document.getElementById('p-logo'); -- 2.20.1