Compatibity Mode for IE 10 using meta tag

前端 未结 1 890
温柔的废话
温柔的废话 2021-01-16 18:22

Basically I have this website that has been working very well in compatible mode IE7 for all versions of IE(I have used meta tag in IIS for this).

Now issue is with

相关标签:
1条回答
  • 2021-01-16 19:06

    Meta tag would change document mode for you whereas you still need to have fixed your application or server, this is a known issue.

    This would fix browser mode and combining it with meta tag below would do the job for you.

    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" >
    
    0 讨论(0)
提交回复
热议问题