 |
|
|  |
| internet Explorer8 에서 기존 사이트를 정상적으로 나오게 하는 메타태그 |
|
|
 |
15년 전 |
이 메타태그는 DTD이 있을 경우에만 해당 되고 DTD가 없을 경우에는 그냥 둬도 Quirks Mode로 자동으로 랜더링 한다.
Quirks Mode ::
<META http-equiv="X-UA-Compatible" content="IE=5" />
IE7 Standards 모드 ::
<META http-equiv="X-UA-Compatible" content="IE=7" />
IE8 Standards 모드 ::
<META http-equiv="X-UA-Compatible" content="IE=8" />
가장 최신 버젼 IE의 Standards 모드 ::
<META http-equiv="X-UA-Compatible" content="IE=Edge" /> |
|
추천 : 794 |
추천
목록
|
|
|  |
|