본문 바로가기

이것저것

IE6 PNG배경 및 이미지 처리하기

<head></head> 사이에 아래코드를 넣은후 클래스명 class="png24"
 
<!--[if IE 6]>
<script src="common/js/DD_belatedPNG_0.0.8a.js"></script>
<script>
/* EXAMPLE */
DD_belatedPNG.fix('.png24');

/* string argument can be any CSS selector */
/* .png_bg example is unnecessary */
/* change it to what suits you! */
</script>
<![endif]-->