I tried to use:
<meta http-equiv="X-UA-Compatible" content="IE=9; IE=8; IE=7; IE=EDGE" />
or
<meta http-equiv="X-UA-Compatible" content="IE=8" />
And my website still opens (I am using IE8) in IE8 compat mode
with Document Mode IE7 Standards (Page default)
- when I manually check to use IE8 standards website renders correctly - how I can force my page to use IE8 standards as default? This meta header seems not to working...
I found solution - it was caused by this code from html5boilerplate:
It has to be just
<html>
.It is strange that code in html5boilerplate causes IE7 standards...