문서의 이전 판입니다!
<!--[if lt IE 9]> <script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js"></script> <![endif]-->
<link rel="stylesheet" href="/css/style.css" type="text/css" /> <!--[if lt IE 7 ]><link rel="stylesheet" href="/css/ie6.css" type="text/css" /><![endif]--> <!--[if lt IE 8 ]><link rel="stylesheet" href="/css/ie7.css" type="text/css" /><![endif]--> <!--[if gte IE 8 ]><link rel="stylesheet" href="/css/ie8.css" type="text/css" /><![endif]-->
<IfModule headers_module> Header set X-UA-Compatible: IE=edge </IfModule>
add_header X-UA-Compatible IE=edge
HTTP 헤더 X-UA-Compatible: requiresActiveX=true META 태그 <meta http-equiv="X-UA-Compatible" content="requiresActiveX=true" />
> - Immediate descendant (child) selector.[attr] - Attribute selector (starts with, ends with, contains).:first-child - First child selector.min-width - Minimum width layout.max-width - Maximum width layout.min-height - Minimum height layout.max-height - Maximum height layout.position:fixed - Fixed position layout..A.B - Multiple class selection.:hover - Hover selector on all elements.clear:both - Full clear support in float layouts.position: absolute;인 요소에 z-index가 걸릴경우, 그 부모의 z-index가 해당 요소보다 낮을 경우, 해당요소의 z-index가 제대로 적용 안되는 버그가 있다.