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

?

  1. 웹에서 PNG 이미지 생성하기

    Date2013.03.02 Categoryetc Bykay Views8190
    Read More
  2. 웹에서 PDF 파일 생성

    Date2013.03.08 Categoryetc Bykay Views14950
    Read More
  3. DNS 정보 조회 툴

    Date2013.03.08 Categoryetc Bykay Views3930
    Read More
  4. 무료 캡쳐프로그램 - 픽픽

    Date2013.03.21 Categoryetc Bykay Views3811
    Read More
  5. NT 백업 툴 NetBak Replicator

    Date2013.04.04 Categoryetc Bykay Views3690
    Read More
  6. 세계 국가 도시 정보 (위경도,국가도시명,코드)

    Date2013.04.17 Categoryetc Bykay Views9114
    Read More
  7. 국내 IPv4주소 목록

    Date2013.04.23 Categoryetc Bykay Views3818
    Read More
  8. js beautify - Javascript Code 정리

    Date2013.04.23 Categoryetc Bykay Views3350
    Read More
  9. closure-compiler - Javascript 용량 줄이기 ,변수정리

    Date2013.04.23 Categoryetc Bykay Views3669
    Read More
  10. PNG <-> ICO 아이콘 파일 생성

    Date2013.05.02 Categoryetc Bykay Views4524
    Read More
  11. 윈도우 키 이벤트 실행해주는 vbs

    Date2013.05.20 Categoryetc Bykay Views4888
    Read More
  12. 크롬 새로고침 단축키

    Date2013.06.18 Categoryetc Bykay Views7198
    Read More
  13. IE 버전별 코딩하기 ( CSS , JAVASCRIPT , HTML )

    Date2013.07.07 Categoryetc Bykay Views3415
    Read More
  14. "Restart Me" 지정 프로세스 자동 재실행 해주는 프로그램

    Date2013.07.24 Categoryetc Bykay Views4993
    Read More
  15. Internet media type

    Date2013.08.14 Categoryetc Bykay Views4399
    Read More
  16. 실행파일 압축 UPX(Ultimate Packer for eXecutables)

    Date2013.08.22 Categoryetc Bykay Views6041
    Read More
  17. 스카이프 Skype 닫을때 작업표시줄 없애고 트레이로 보내기 ( MSN...등..)

    Date2013.11.26 Categoryetc Bykay Views5077
    Read More
  18. DNS - SPF Record (Sender Policy Framework)

    Date2013.11.28 Categoryetc Bykay Views6519
    Read More
  19. 옵G 개통일 확인 법

    Date2013.12.06 Categoryetc Bykay Views3175
    Read More
  20. USB 메모리 정보 확인( ChipGenius )

    Date2013.12.19 Categoryetc Bykay Views24222
    Read More
Board Pagination Prev 1 2 3 Next
/ 3