2010. 12. 16. 16:23웹이야기/웹/HTML
HTML 문서내에 DTD 정의 유무에 따라 다음과 같이 렌더링해야 합니다.
DTD 정의가 있는 경우: Standard Mode
DTD 정의가 없는 경우: Quirks Mode
Standard Mode 설정 (DTD 정의가 있는 경우): <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
Quirks Mode 설정 (DTD 정의가 없는 경우)
Internet Explorer 7 Standards 모드
- <meta http-equiv="X-UA-Compatible" content="IE=7" />
Internet Explorer 8 Standards 모드
- <meta http-equiv="X-UA-Compatible" content="IE=8" />
가장 최신 Internet Explorer 버전의 Standards 모드
- <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
'웹이야기 > 웹/HTML' 카테고리의 다른 글
파이어폭스(Mozilla Firefox) 주소 명령 체계 (0) | 2011.07.14 |
---|---|
세리프(Serif)와 산세리프(Sans-Serif) 폰트 타입 (0) | 2010.12.20 |
[HTML] 문자 세트 및 기호 간접 표현식 (0) | 2010.12.16 |
meta 태그를 이용한 Internet Explorer 랜더링 설정 (0) | 2010.12.16 |
구글 크롬(Google Chrome) 주소 명령 체계 (0) | 2010.12.16 |
[XHTML] h1~h6 값을 이용하여 제목 만들기 (0) | 2010.11.19 |
Comment, 0 Trackback