티스토리 뷰

 <!--[if lt IE 9]>
        <link href="~/Css/layout.css" media="all" rel="stylesheet" />
    <![endif]-->      
        <link href="~/Css/layoutIE9.css" media="all" rel="stylesheet" />
IE 9 버전보다 낮을경우(IE 6,7,8) layout.css 파일이 실행되고
그렇치 않을 경우 layoutIE9.css가 실행된다.

<p><!--[if IE]> According to the conditional comment this is Internet Explorer<br /> <![endif]--> <!--[if IE 5]> According to the conditional comment this is Internet Explorer 5<br /> <![endif]--> <!--[if IE 5.0]> According to the conditional comment this is Internet Explorer 5.0<br /> <![endif]--> <!--[if IE 5.5]> According to the conditional comment this is Internet Explorer 5.5<br /> <![endif]--> <!--[if IE 6]> According to the conditional comment this is Internet Explorer 6<br /> <![endif]--> <!--[if IE 7]> According to the conditional comment this is Internet Explorer 7<br /> <![endif]--> <!--[if gte IE 5]> According to the conditional comment this is Internet Explorer 5 and up<br /> <![endif]--> <!--[if lt IE 6]> According to the conditional comment this is Internet Explorer lower than 6<br /> <![endif]--> <!--[if lte IE 5.5]> According to the conditional comment this is Internet Explorer lower or equal to 5.5<br /> <![endif]--> <!--[if gt IE 6]> According to the conditional comment this is Internet Explorer greater than 6<br /> <![endif]--> </p>

IE
IE의 모든 버전
lt IE version
버전 이하 버전
lte IE version
보다 작거나 버전으로 동일한 버전
IE version
전용 버전 버전
gte IE version
보다 크거나 버전으로 동일한 버전
gt IE version
버전보다 높은 버전
 
728x90
반응형