인터넷 익스플로러 6-8을 최신 웹 표준 브라우저로 대응하는 자바스크립트 라이브러리 테스트
관련 사이트 : http://www.flashjunior.ch/school/test/ietest/

ieFix
ie6-8

http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js


pngFix
ie6

js/DD_belatedPNG_0.0.8a-min.js


jQuery
http://code.jquery.com/jquery-1.4.2.min.js


swfObject
http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js

<script type="text/javascript" src="http://code.jquery.com/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js"></script>
<!--[if lt IE 9]>
<script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js"></script>
<![endif]-->
<!--[if IE 6]>
<script src="js/DD_belatedPNG_0.0.8a-min.js"></script>
<script>
DD_belatedPNG.fix('.test-png img, .test-png .bg-norepeat, .test-png .bg-repeat, .test-png .bg-position, .test-png .bg-absolute');
</script>
<![endif]--> 

'all' 카테고리의 다른 글

디바이스 화면 사이즈 별 css  (0) 2011.11.03
한글 서체별 이름  (0) 2011.11.02
css reset  (0) 2011.11.02
모바일 XHTML Template  (0) 2011.11.02
ie6에서 지원하지 않는 abbr 요소 사용하기  (0) 2011.11.01

+ Recent posts