From 859621d9e8bb08275e31764a0857aa1dd9595e96 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Tue, 27 Apr 2004 16:33:41 +0000 Subject: [PATCH] crop logo if anchor is smaller --- stylesheets/IEFixes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/IEFixes.js b/stylesheets/IEFixes.js index e9b46a62e4..64ba16a374 100644 --- a/stylesheets/IEFixes.js +++ b/stylesheets/IEFixes.js @@ -21,7 +21,7 @@ function fixalpha(){ if (bg.match(/\.png/i) != null){ var mypng = bg.substring(5,bg.length-2); logoa.style.backgroundImage = "none"; - logoa.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+mypng+"', sizingMethod='image')"; + logoa.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+mypng+"', sizingMethod='crop')"; } } } -- 2.20.1