I'm trying to get my website to specify the document compatibility mode using:
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE9">
I want to be able to use CSS3 such as border-radius however, it doesn't work in IE8. I thought this is what X-UA-Compatible is supposed to do, render the page as if the visitor was using IE9.
What am I missing?