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

前端 未结 4 777
佛祖请我去吃肉
佛祖请我去吃肉 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条回答
  •  Happy的楠姐
    2021-01-03 23:29

    Use and add
    to the section of your HTML page. It will force Internet Explorer to use IE standards mode.

提交回复
热议问题