남들이 자는 그 10분을 노려라
쏭군은 열정 드리머
남들이 자는 그 10분을 노려라
 
전체
공부
경제
리뷰
세상
     
«   2008/07   »
    1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31    
 
     
2008/07 - 2
2008/06 - 9
2008/05 - 12
2008/04 - 15
2008/03 - 17

IE hack (익스플로러 css 핵) 2007/02/01 03:24

IE7 - Hack

출처 :
NHN UI LIBRARY CENTER

CSS Hack
IE6 이하
* html { ... }
IE7 이하 (두가지 동시에 사용)
*:first-child+html { ... } * html { ... }
IE7에서만
*:first-child+html { ... }
IE6 제외한 최신 브라우져 (ex. IE7, Mozila, Opera)
html>body { ... }
IE7 제외한 최신 브라우져
html>/**/>body { ... }
Comment Hack
<!--[if IE]> According to the conditional comment this is Internet Explorer <![endif]--> <!--[if IE 5]> According to the conditional comment this is Internet Explorer 5 <![endif]--> <!--[if IE 5.0]> According to the conditional comment this is Internet Explorer 5.0 <![endif]--> <!--[if IE 5.5]> According to the conditional comment this is Internet Explorer 5.5 <![endif]--> <!--[if IE 6]> According to the conditional comment this is Internet Explorer 6 <![endif]--> <!--[if gte IE 5]> According to the conditional comment this is Internet Explorer 5 and up <![endif]--> <!--[if lt IE 6]> According to the conditional comment this is Internet Explorer lower than 6 <![endif]--> <!--[if lte IE 5.5]> According to the conditional comment this is Internet Explorer lower or equal to 5.5 <![endif]-->
   http://monoeyes.com/trackback/58
*1  ... *280  *281  *282  *283  *284  *285  *286  *287  *288  ... *304