From 5959cc3674ade8e6dfc1c270411134ec21e596b4 Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Mon, 23 Feb 2009 13:23:42 +0000 Subject: Change IE pngfix to crop image (leave image and container size unchanged) --- it_html.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it_html.class b/it_html.class index 3ccc084..61f291a 100644 --- a/it_html.class +++ b/it_html.class @@ -311,7 +311,7 @@ function img($args) foreach($args as $id => $arg) if (preg_match('/\.png(\?.*)?$/', $arg['src'])) { - $args[$id]['style'] = "filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='{$arg['src']}',sizingMethod='scale');" . $arg['style']; + $args[$id]['style'] = "filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='{$arg['src']}',sizingMethod='crop');" . $arg['style']; $args[$id]['src'] = $this->p['ie_png_fix']; } } -- cgit v1.2.3