From: Gabriel Wicke Date: Tue, 27 Apr 2004 16:33:41 +0000 (+0000) Subject: crop logo if anchor is smaller X-Git-Tag: 1.3.0beta1~249 X-Git-Url: http://git.cyclocoop.org/%22%20.%20%20%20%24self2%20.%20%20%20%22&var_mode_affiche=boucle?a=commitdiff_plain;h=859621d9e8bb08275e31764a0857aa1dd9595e96;p=lhc%2Fweb%2Fwiklou.git crop logo if anchor is smaller --- 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')"; } } }