本文介绍了X-UA兼容“content =”IE = 6; IE = 7; IE = EDGE“仍然无法正常工作的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的应用程序不支持IE6,IE7和IE8。但它在IE9,IE10和IE11中工作正常。所以我用了这个



< head runat =服务器>

< meta http-equiv =X-UA-Compatiblecontent =IE = 8; IE = 7; IE = 6; IE = Edge/>



现在它在我的系统中工作正常。



但问题是我的客户端只有IE6和IE7。他没有更高版本的IE。对他来说,我的申请不支持。所以有人能告诉我问题在哪里?此元标记仅适用于具有更高版本的IE吗?任何人都可以帮助我吗?

My application doesn't support IE6,IE7 and IE8 .But its working fine in IE9,IE10 and IE11.So I used this

<head runat="server">
<meta http-equiv="X-UA-Compatible" content="IE=8; IE=7; IE=6 ;IE=Edge" />

Now its working fine in my system.

But the problem is that my client has only IE6 and IE7. He doesn't have higher version of IE. For him my application is not supporting.So can anyone tell me where will be the issue ? Does this meta tag only work in IE which has higher version? Can anybody help me out?

推荐答案


这篇关于X-UA兼容“content =”IE = 6; IE = 7; IE = EDGE“仍然无法正常工作的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-05 23:07
查看更多