Question

I'm building a website, and I'm using IE9 to test it (because I have to :( ). Recently I found out that IE is running on compatibility mode for IE7 which is ruining some of my layout. To fix this I'm using the <meta http-equiv="X-UA-Compatible" content="IE=edge"> tag.

So my question is, how do other browsers (Chrome, Firefox, etc...) behave upon this tag?

Was it helpful?

Solution

This meta tag is only used within Internet Explorer so will have no impact on any other browser.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top