-
PNG Fix - jquery.pngfix.js오카리나 이야기 2012. 2. 21. 13:29반응형IE 6 이하 버전에서는 PNG 파일의 투명도가 반영되지 않는 문제.
이를 해소하기 위해 사용하는 JS파일.
How to use jquery.pngFix.js
1.
Download jQuery
Download pngFix.zip
View Source
2.
Add jQuery and pngFix to the HEAD-Section of your HTML ...<head>
...
<script type="text/javascript" src="jquery-latest.pack.js"></script>
<script type="text/javascript" src="jquery.pngFix.js"></script>
...
</head>3.
Activate pngFix on document.ready
<head>
...
<script type="text/javascript">
$(document).ready(function(){
$(document).pngFix();
});
</script>
...
</head>
출처 : http://jquery.andreaseberhard.de/pngFix/
반응형'오카리나 이야기' 카테고리의 다른 글
제 10회 부산 오카리나 클럽 정기 연주회 (0) 2013.10.18 트위터 배경화면 - 턴테이블 (0) 2012.02.29 컴퓨터 청소기 CCleaner (0) 2012.01.13 피날레 2012를 설치해보다. (0) 2012.01.12 오카리나 공깃길 청소 막대 만들기 (0) 2011.12.27