From 000996b0aaa3eb6f5c2248d2e77eba4d19056b1b Mon Sep 17 00:00:00 2001 From: zero Date: Mon, 6 Aug 2007 08:11:14 +0000 Subject: [PATCH] =?UTF-8?q?=EA=B3=B5=EC=8B=9D=20=EB=A0=88=EC=9D=B4?= =?UTF-8?q?=EC=95=84=EC=9B=83=20XE=20=EC=9D=98=20png=EB=A1=9C=EA=B3=A0=20?= =?UTF-8?q?=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/trunk@2211 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- common/js/iePngFix.htc | 2 +- layouts/xe_official/layout.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/js/iePngFix.htc b/common/js/iePngFix.htc index aebc2fb9e..d6a4ef0e4 100644 --- a/common/js/iePngFix.htc +++ b/common/js/iePngFix.htc @@ -35,7 +35,7 @@ function doFix() { if (currentStyle.width == 'auto' && currentStyle.height == 'auto') style.width = offsetWidth + 'px'; - filt(src, 'scale'); + filt(src, 'image'); // 'scale' 을 'image' 으로 변경하면 padding 적용시 나타나는 이미지 크기의 변화(잘못된 렌더링)를 방지할 수 있다. 하지만 border 표현에 문제가 생긴다. src = blankImg; } diff --git a/layouts/xe_official/layout.html b/layouts/xe_official/layout.html index d43a4f920..631d81c4d 100644 --- a/layouts/xe_official/layout.html +++ b/layouts/xe_official/layout.html @@ -18,7 +18,7 @@