IE 버 전 별 CSS IE 의 if 문 구 를 만 듭 니 다.

http://5key.net/blog/article.asp?id=309  IE 아래 전속 CSS:

<![if !IE]> 
<link rel="stylesheet" type="text/css" href="NOT-IE.css" /> 
<![endif]> 
IE 6 ONLY:

<!--[if IE 6]> 
<link rel="stylesheet" type="text/css" href="IE-6-SPECIFIC.css" /> 
<![endif]--> 
IE 5 ONLY:

<!--[if IE 5]> 
<link rel="stylesheet" type="text/css" href="IE-5-SPECIFIC.css" /> 
<![endif]--> 
IE 5.5 ONLY:

<!--[if IE 5.5000]> 
<link rel="stylesheet" type="text/css" href="IE-55-SPECIFIC.css" /> 
<![endif]--> 
IE6 또는 더 낮 음:

<!--[if lte IE 7]> 
<link rel="stylesheet" type="text/css" href="IE-6-OR-LOWER-SPECIFIC.css" /> 
<![endif]--> 
비 IE:

<![if !IE]> 
<link rel="stylesheet" type="text/css" href="REAL-STYLESHET.css" /> 
<![endif]> 

좋은 웹페이지 즐겨찾기