Force IE9 to emulate IE8. Possible?
问题 Is this possible at all? I tried adding this to the page but it didn't change a thing. <meta http-equiv="X-UA-Compatible" content="IE=8"> UPDATE- I'm trying to do this because our site has some IE9 specific CSS issues, which wouldn't appear in IE8. Thanks 回答1: You can use the document compatibility mode to do this, which is what you were trying.. However, thing to note is: It must appear in the Web page's header (the HEAD section) before all other elements, except for the title element and