특정 버전으로 처리하고자 할때 처리한다.


<meta http-equiv="X-UA-Compatible" content="IE=edge" />

<meta http-equiv="X-UA-Compatible" content="IE=9">

<meta http-equiv="X-UA-Compatible" content="IE=10">


 등등 기본값으로 넣을수 있다.


htlm로 처리가 되지 않으면


헤드정보에 처리해 보면 된다.


<?php header('X-UA-Compatible: IE=edge'); ?>