Last Updated: February 25, 2016
·
510
· eddie_ruvalcaba

Defining the rendering mode in IE

Lately I've been having issues with how my websites render under the compability view in IE8. To disable this option and always render with the latest rendering mode use the following meta tag:

<meta content="IE=edge" http-equiv="X-UA-Compatible">

Important: An undocumented note from this in IE documentation is this has to be your first tag under the head section