Why does IE9 opens in Document Mode as IE7 standards?

前端 未结 7 1783
一向
一向 2020-12-12 14:25

When I open a webpage in IE9 with DOCTYPE as


It opens Document Mode as IE7 standards.

I need default IE9 stan

7条回答
  •  隐瞒了意图╮
    2020-12-12 14:41

    Try this answer: https://stackoverflow.com/a/13524518/1679310.

    Summary, give the IE browser more information in the meta tag:

    
    
      
        My Web
        
    

    Edit Note: As Olly Hodgson mentioned, the proper option is IE=edge, as currently stated in the above snippet. Below is the original, also working version:

       
    

提交回复
热议问题