文档模式在IE 10中 [英] Document Mode in IE 10

查看:60
本文介绍了文档模式在IE 10中的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

 < meta http-equiv =X- UA兼容content =IE = EDGE/> 

但文档模式:标准为标准(页面默认)当我想要的是Document Mode:Quirks

解决方案

通过隐藏兼容性按钮,您声称您的网页符合标准。



想要在使用怪异模式的同时指出您的网页符合标准,则为如果你的页面使用怪癖模式,请设置 IE = 5.5 否则,请修复您的网页以符合标准。


I added this to hide compatibility button, which worked perfectly fine;

 <meta http-equiv="X-UA-Compatible" content="IE=EDGE"/>

But Document Mode: comes as Standards (Page Default) when what I want is "Document Mode: Quirks"

解决方案

By hiding the compatibility button, you are claiming that your page is standards-compliant.

Wanting to use Quirks Mode while stating that your page is standards-compliant is an oxymoron.

If your page uses Quirks Mode, set IE=5.5. Otherwise, fix your page to actually be standards-compliant.

这篇关于文档模式在IE 10中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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