How do I get IE9 to use standards compliant mode when developing on localhost?

前端 未结 4 773
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-03 23:01

According to MSDN, all I need to force standards compliant mode is to include the HTML 5 doctype:

http://msdn.microsoft.com/en-us/library/gg699338%28v=vs.85%29.aspx<

4条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-03 23:37

    Try adding this:

    
    

    At the top of your page. I'm not sure if that will work locally if the other you tried didn't... but it's worth a go.

提交回复
热议问题