Doctype vs. Meta X-UA Compatibility
1 answer
Using <meta http-equiv="X-UA-Compatible" content="IE=edge"> override settings such as "Display intranet sites in compatibility view" (which is enabled by default). I found using the meta tag useful when working on new pages that use the server with older (IE7 or older) pages, but I'm not sure if this is the preferred technique.
0