How to force IE10 to render page in IE9 document mode

前端 未结 9 735
北恋
北恋 2020-12-24 07:27

I have two questions:

  1. How can I force IE10 to render in IE9 document mode? Currently it\'s rendering my page in Standard document mode.

  2. In I

9条回答
  •  無奈伤痛
    2020-12-24 07:46

    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 :)

提交回复
热议问题