묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
<style>
.png24 {
tmp:expression(setPng24(this));
}
</style>
<!--전반적인 png파일 표시-->
<script>
function setPng24(obj) {
obj.width=obj.height=1;
obj.className=obj.className.replace(/bpng24b/i,'');
obj.style.filter =
"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+ obj.src
+"',sizingMethod='image');"
obj.src='';
return '';
}
</script>
이 태그를 head안에 넣고..
이미지 파일을 사용할때에...
<img class="png24" src="http://smileru.nasky.net/sixth/images/se/frame_se_15.png" width="37" height="347" alt="">
이런식으로 class="png24"를 넣어주면 적용이되더군요. 근데
이걸 셀 배경그림에 적용해야하는데.. 그걸못하겠습니다..
<td width="844" height="351" background="../Image/Untitled-1%20copy.png" style="background-image:url('../Image/Untitled-1 copy.png'); background-repeat:no-repeat; background-attachment:fixed;">
여기에 어떻게해야 png파일 투명으로 나오게할수있을까요? 조언부탁드립니다..
백그라운드 그림에 PNG투명파일 적용 관련 질문입니다.
2006.07.26 10:40
<style>
.png24 {
tmp:expression(setPng24(this));
}
</style>
<!--전반적인 png파일 표시-->
<script>
function setPng24(obj) {
obj.width=obj.height=1;
obj.className=obj.className.replace(/bpng24b/i,'');
obj.style.filter =
"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+ obj.src
+"',sizingMethod='image');"
obj.src='';
return '';
}
</script>
이 태그를 head안에 넣고..
이미지 파일을 사용할때에...
<img class="png24" src="http://smileru.nasky.net/sixth/images/se/frame_se_15.png" width="37" height="347" alt="">
이런식으로 class="png24"를 넣어주면 적용이되더군요. 근데
이걸 셀 배경그림에 적용해야하는데.. 그걸못하겠습니다..
<td width="844" height="351" background="../Image/Untitled-1%20copy.png" style="background-image:url('../Image/Untitled-1 copy.png'); background-repeat:no-repeat; background-attachment:fixed;">
여기에 어떻게해야 png파일 투명으로 나오게할수있을까요? 조언부탁드립니다..