목차

IE - Internet Explorer

IE와 HTML/CSS

IE 전용 CSS

<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]-->

X-UA-Compatible

IE6를 버리면 사용할 수 있는 CSS

z-index 버그

버전별 문제점