X-UA兼容“content =”IE = 6; IE = 7; IE = EDGE“仍然无法正常工作 [英] X-UA-Compatible” content=“IE=6; IE=7; IE=EDGE” still not working properly

查看:105
本文介绍了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?

推荐答案

8之前没有版本支持'文档模式'设置,因为它的起源是支持网站在浏览器而不是其他方式...

如果您希望您的网站也支持IE6,您将不得不在创建页面时添加额外的工作(HTML,JavaScript和CSS也需要注意)。但是我想知道为什么你必须支持它的创建者不支持的浏览器......
No version before 8 supports 'document mode' settings, as the origin of this is support old sites in new browsers and not the other way...
If you want your site support IE6 too you will have to add extra work while creating the pages (HTML, JavaScript and CSS too need attention). However I'm wondering why you have to support a browser not supported by it's creator...


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

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆