Knowledge Map

IE7,8,9 관련 코드 본문

WEB

IE7,8,9 관련 코드

2016. 7. 30. 18:07
1
2
3
4
5
6
7
8
9
10
11
12
13
14
IE8에 대한것
<!--[if lt IE 8]>
    <script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE8.js"></script>
<![endif]-->
 
IE7에 대한것
<!--[if lt IE 7]>
    <script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE7.js"></script>
<![endif]-->
 
IE9 이하에 대한 
<!--[if lt IE 9]>
    <script src="http://www.bloter.net/wp-content/themes/denim/assets/js/html5shiv.js"></script>
<![endif]-->
cs



http://www.g-it.kr/bbs/board.php?bo_table=prog_html&wr_id=771


http://aboooks.tistory.com/341


http://202psj.tistory.com/805

Comments