When users go on my website, I want to force them to use IE8 non-compatability mode. If they use compatibility mode, my website doesn't work.
How to force it off? Is it a meta tag?
Edit: Yes, you can do it. Solution is this:
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />