<meta http-equiv="X-UA-Compatible" content="IE=8">
document.onmouseover = function(e) { e = e || window.event; }
문서모드 IE8 이하에서는, 콜백이벤트가 발생할때 이벤트 객체인 e가 안 들어온다. 그럴땐 전역 이벤트를 끌어와서 쓰면 된다.
이제 EDGE모드 좀 쓰고 싶다 ㅠ

seen from Singapore

seen from Australia

seen from United States
seen from Vietnam
seen from United States

seen from United States
seen from United Kingdom
seen from Germany

seen from United States
seen from Canada
seen from United Kingdom

seen from United States
seen from Brazil

seen from United States
seen from United States
seen from Netherlands

seen from Malaysia

seen from Malaysia
seen from United States
seen from United States
<meta http-equiv="X-UA-Compatible" content="IE=8">
document.onmouseover = function(e) { e = e || window.event; }
문서모드 IE8 이하에서는, 콜백이벤트가 발생할때 이벤트 객체인 e가 안 들어온다. 그럴땐 전역 이벤트를 끌어와서 쓰면 된다.
이제 EDGE모드 좀 쓰고 싶다 ㅠ
What's the difference if <meta http-equiv=“X-UA-Compatible” content=“IE=edge”> exists or not?
The X-UA-Compatible meta tag allows web authors to choose what version of Internet Explorer the page should be rendered as content="IE=Edge" or force IE to render it as is for Google's Chrome Frame chrome=1
Here are your options:
"IE=edge"
"IE=10"
"IE=EmulateIE10"
"IE=9"
"IE=EmulateIE9
"IE=8"
"IE=EmulateIE8"
"IE=7"
"IE=EmulateIE7"
"IE=5"
Or for Chrome=1 Info for IE:
content="IE=Edge,chrome=1"