My website does not display well on IE7. But I'm still not worried about it. But IE9 users say they can't see their browsers too well. When I press F12 and check their browsers, their IE9 displays in IE7 document mode. If I go into IE9 Document Mode, it works fine.
So, I wonder if there is a way to make IE9 render in IE9 document mode by adding some additional code or something like that. This additional code should not affect other users with IE8 using the website.
Thank.
I think you need the "edge" mode.
Check this:
<html> <head> <title>My Web Page</title> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> </head> <body> <p>Content goes here.</p> </body> </html>
EDIT Mennans , , :
IE , " ".