My Name is Kay....

DIY , 먹방 , 개발 , 육아 , 여행 좋아합니다.
AdBlock 사용시 화면이 정상적으로 노출되지 않습니다.
포스팅 관련 문의 및 개발 문의는 Email : wkzkfmxksi@gmail.com

추가 포스팅이 이뤄지지 않는 블로그입니다. 문의는 wkzkfmxksi@gmail.com 으로 연락주세요.
kay
조회 수 3415 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

모든 IE에서만 적용하려면

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

IE6 버전에서만 읽어들이도록

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

IE7 버전에서만 읽어들이도록

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

조금 더 정교하게.

IE7 버전보다 낮은 버전에서만 (7버전 제외)

<!--[if lt IE 7]>
	<link rel="stylesheet" type="text/css" href="ie7-less-than.css" />
<![endif]-->

IE7 버전보다 낮은 버전에서만 (7버전 포함)

<!--[if lte IE 7]>
	<link rel="stylesheet" type="text/css" href="ie7-less-than-equal.css" />
<![endif]-->

IE7 버전보다 높은 버전에서만 (7버전 제외)

<!--[if gt IE 7]>
	<link rel="stylesheet" type="text/css" href="ie7-greater-than.css" />
<![endif]-->

IE7 버전보다 높은 버전에서만 (7버전 포함)

<!--[if gte IE 7]>
	<link rel="stylesheet" type="text/css" href="ie7-greater-than-equal.css" />
<![endif]-->

기타 다음과 같은 문구도 가능하다.

IE가 아닌 다른 브라우저만

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

IE6.5 버전에서만 읽어들이도록

<!--[if IE 6.5000]>
	<link rel="stylesheet" type="text/css" href="ie6.5-only.css" />
<![endif]-->

gt 는 greater than , gte 는 greater than or equal, lt 는 less than, lte 는 less than or equal 의 약자이다. 다음과 같이 스크립트도 삽입할 수 있다.

<!--[if IE 6]>
<script type="text/javascript">
    alert("아직 IE6을 쓰는거야?"); 
</script>
<![endif]-->

출처 : http://blueruin.org/archives/459

?

List of Articles
번호 분류 제목 글쓴이 날짜 조회 수
11 etc 원격 데스크톱 연결 정보 삭제 kay 2015.03.31 830
10 etc 서버 모니터링 와탭 - whatap file kay 2015.04.29 1799
9 etc Just in Time Debugging 비활성화 file kay 2015.06.24 1245
8 etc Windows 기본 프로그램 변경 ( 연결 프로그램 ) 2 file kay 2015.10.01 1883
7 etc Microsoft 계정을 닫는 방법 ( MS 계정 삭제 ) file kay 2015.10.13 3819
6 etc FileZilla Client 설정 내보내기 (백업하기) file kay 2015.10.14 1204
5 etc 유튜브 재생목록 다운로드 - Youtube playList download file kay 2015.11.10 3902
4 etc 리눅스 웹 호스팅 50% 반값 할인 프로모션 kay 2016.12.12 1817
3 etc rdp wrapper library 원격 데스크톱 환경 설정 유틸리티 file kay 2017.01.17 2191
2 etc 크롬 브라우저 DNS 캐시 확인(삭제) 방법 file kay 2017.05.24 1970
1 etc 블로그 갈아타기 kay 2018.02.23 1337
Board Pagination Prev 1 2 3 Next
/ 3