How to force IE10 to render page in IE9 document mode

前端 未结 9 736
北恋
北恋 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

    I found this post while I was looking for a solution to my DNN6 website. The error was

    SCRIPT5007: Unable to get property 'documentElement' of undefined or null reference

    But I needed the same solution: force compability mode to IE9. So let me share with you what I did to solve this.

    So, for DotNetNuke 6 users try the StyleHelper SkinObject

    Worked great for me!

提交回复
热议问题