mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 00:59:58 +09:00
#148. iePngFix.htc가 rewrite mod사용시 대상 파일을 찾지 못하는 경우가 생겨서 ie6에서 PNG핵 동작이 안되었는데 이를 .htaccess에 iePngFix.htc에 대해 고정으로 처리하게 하고 iePngFix.htc 내에서 절대경로를 참조하도록 하여 문제 해결
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2528 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3530720102
commit
f17b1d0153
2 changed files with 4 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
// For details, see: http://creativecommons.org/licenses/LGPL/2.1/
|
||||
// This must be a path to a blank image. That's all the configuration you need.
|
||||
|
||||
if (typeof blankImg == 'undefined') var blankImg = './common/tpl/images/blank.gif'; // 1x1px 짜리 투명 이미지(blank.gif)의 경로를 변경.
|
||||
if (typeof blankImg == 'undefined') var blankImg = request_uri+'common/tpl/images/blank.gif'; // 1x1px 짜리 투명 이미지(blank.gif)의 경로를 변경.
|
||||
var f = 'DXImageTransform.Microsoft.AlphaImageLoader';
|
||||
|
||||
function filt(s, m)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue