퍼블리싱
IE 문서모드
엘로드넷
2015. 4. 17. 20:31
제발 표준 좀 지키자..
1. 쿼크모드(Quirks Mode)
<meta http-equiv="X-UA-Compatible" content="IE=5" />
2. IE7
<meta http-equiv="X-UA-Compatible" content="IE=7" />
3. IE8
<meta http-equiv="X-UA-Compatible" content="IE=8" />
4. 최신 IE
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
5. 크롬 Frame 적용
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1" />