IE에서도 크롬을... 크롬 프레임
http://www.google.com/chromeframe/
크롬프레임을 사용하면 구버전 IE에서 html5의 최신기능을 사용할 수 있다. 실제로는 크롬이지만 IE에서 동작하는것처럼 보이게 해준다.
http://www.chromium.org/developers/how-tos/chrome-frame-getting-started
크롬프레임을 설치한다고해서 바로 모든 페이지가 크롬으로 동작하는것은 아니고 사이트 관리자가 아래 3가지 방법중 한가지로 작업을 해주어야 한다.
1. meta header
<meta http-equiv="X-UA-Compatible" content="chrome=1">
2. http header
X-UA-Compatible: chrome=1
3. 또다른 meta header
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
chrome 의 값은 다음과 같이 3가지로 설정할 수 있고 다음의 의미를 나타낸다.
chrome=1 - Always active
chrome=IE7 - Active for IE major version 7 or lower
chrome=IE8 - Active for IE major version 8 or lower