질문드립니다.

<style type='text/css'> 
.png24 { tmp:expression(setPng24(this)); } 
</style> 

<script> 
function setPng24(obj) 

    obj.width=obj.height=1; 
    obj.className=obj.className.replace(/\bpng24\b/i,''); 
    obj.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+ obj.src +"',sizingMethod='image');" 
    obj.src='';  
    return ''; 

</script>
이미지적용할때는 아래와같이했는데
<img src="images/index_01.png" width="1000" height="30" class="png24" /><--이건괜찮은데
<td width="19" background="images/index_02.png" class="png24" />배경에서 는class="png24"를 넣으니테이블이깨지고 투명이미지가 되지않는데 해결방법없을까요?

|

댓글 2개

필터를 하나만 쓰셨네요?

#transparentDiv {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; /* IE 8 */
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90); /* IE 7 and olders */
opacity: .9;
}


근데 <td /> 이건 좀 ㅎㅎ
아래 댓글에 남긴거지만 참고해보세요~
대개 6점대에서 걸리는 터라 그러신 듯..
레이어 올리는게 더 나으실텐데......
댓글을 작성하시려면 로그인이 필요합니다.

자유게시판

+
제목 글쓴이 날짜 조회
16년 전 조회 2,672
16년 전 조회 1,577
16년 전 조회 3,305
16년 전 조회 1,855
16년 전 조회 4,539
16년 전 조회 1,812
16년 전 조회 1,684
16년 전 조회 1,827
16년 전 조회 1,813
16년 전 조회 1,644
16년 전 조회 2,076
16년 전 조회 1,450
16년 전 조회 2,988
16년 전 조회 1,340
16년 전 조회 1,268
16년 전 조회 1,430
16년 전 조회 1,672
16년 전 조회 1,219
16년 전 조회 1,235
16년 전 조회 1,339
16년 전 조회 1,992
16년 전 조회 1,717
16년 전 조회 1,411
16년 전 조회 1,391
16년 전 조회 2,142
16년 전 조회 2,042
16년 전 조회 1,395
16년 전 조회 1,484
16년 전 조회 1,677
16년 전 조회 1,831