I have a website that I would like never to viewed in compatibility mode.
For example, I had to explain to my client why not to view sites with this button selected.

My question is, how can I stop this button from being activated, or my site from ever being viewed in compatibility mode?
For example www.facebook.com - has no compatibility view button on there site!?
How can I do this for all versions of IE which have compatibility mode option?
I tried this...
<meta http-equiv="X-UA-Compatible" content="IE=9; IE=8; IE=7; IE=EDGE" />
But the button is still there?
Any ideas would be great thanks.
It is not validating, am I doing something wrong?

<meta http-equiv="X-UA-Compatible" content="IE=edge" />and in IE8 - button still works :( - Joshc