ie 버전 별 css 핵

단일 적용 핵
IE6
언더스코어 핵 (underscore hack) – 적용 범위 : property
div{_width:150px; _height:70px;}

IE7
*+html body 핵 – 적용 범위 : selector
 *+html body div{width:100px; height:50px;}
*:first-child+html 핵 – 적용 범위 : selector
 *:first-child+html div{width:100px; height:50px;}

IE8
괄호 핵 – 적용 범위 : property
div{width:100px; ()height:50px;}

IE9
:root ~ \0/IE9 핵 – 적용 범위 : selector + property
 :root div{width:100px \0/IE9; height:50px \0/IE9;}

공통 적용 CSS 핵
IE6, IE7
스타 핵 (star hack)
 – 적용 범위 : selector
 *div{width:150px; height:70px;}
닷 핵 (dot hack) – 적용 범위 : property
div{width:150px; .height:70px;}

IE6, IE7, IE8
\9 핵
 – 적용 범위 : property
div{width:100px; height:50px\9;}

IE7, IE8, IE9
html>body 핵 – 적용 범위 : selector
 html>body div{width:100px; height:50px;}

IE8, IE9
\0/IE8+9 핵
 – 적용 범위 : property
div{width:100px \0/IE8+9; height:50px \0/IE8+9;}
ie 버전 별 css 핵 ie 버전 별 css 핵 Reviewed by Unknown on 오전 10:08 Rating: 5

댓글 없음:

Powered by Blogger.