I have two questions:
How can I force IE10 to render in IE9 document mode? Currently it\'s rendering my page in Standard document mode.
In I
You can tweak the Registry if you want to make changes only to your own system. If you have IE10 and lots of web sites you visit don't render properly in IE10, then you can tweak your registry to force IE to open in IE9 mode.
HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BROWSER_EMULATION
Create a DWORD as iexplore.exe
and give value 9999
. Restart your IE and it will open in IE9 mode :)
Thanks to my colleague Sreejith D :)