IE 버전별 CSS 적용하기
<link rel="stylesheet" type="text/css" href="common.css" />
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="all-ie.css" />
<![endif]-->
<!--[if IE 6]>
<link rel="stylesheet" type="text/css" href="ie-6.0.css" />
<![endif]-->
<!--[if lt IE 6]>
<link rel="stylesheet" type="text/css" href="ie-5.0+5.5.css" />
<![endif]-->
<!--[if IE]>
<style type="text/css">
@import url(ie-styles.css);
</style>
<![endif]-->
'컴퓨터 > HTML_CSS' 카테고리의 다른 글
alien.pe.kr의 애드온 서비스 장애에 의한 블로그 접속 지연 (0) | 2014.03.24 |
---|---|
사이트/블로그 제작시 짚고 넘어가야 할 부분. (8) | 2012.01.24 |
[펌] 마퀴 태그 사용법 (0) | 2010.07.24 |
HTML 작성시 특수문자 코드 입력 (ASCII 코드) (0) | 2010.07.24 |
사이트에서 마우스 포인트 바꾸는 방법! (0) | 2010.07.24 |