gpt4 book ai didi

html - 是否可以强制 IE 使用 IE5 怪癖模式?

转载 作者:太空狗 更新时间:2023-10-29 13:50:25 24 4
gpt4 key购买 nike

我有this questionthis one还有this one .不幸的是,它们似乎对我不起作用。

我还查看了 Microsoft docs , 无济于事。

我已经尝试了一些东西。

我添加了 <meta http-equiv="X-UA-Compatible" content="IE=5">到我头上。我添加了 <!DOCTYPE html>到我的文档的开头以及元标记。仍然没有骰子。唯一发生的事情是它进入 Document Mode: Quirks :

Quirky

但是,这不起作用。我的页面坏了。但是当我选择 IE5 怪癖时:

5 times as quirky!

一切正常。对于实际呈现页面的作品的任何值(value)。

不过,事情有点奇怪,因为该页面在 Chrome 和 Firefox 中运行良好。

哦,哇哦。显然它适用于

IE8 Standards???

IE8 标准。

将其更改为 content="IE=8"content="IE=EmulateIE8"似乎也不起作用。

我做错了什么??

最佳答案

关闭 DTD 并在 <head> 中添加以下内容:

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

来自 http://www.nczonline.net/blog/2010/01/19/internet-explorer-8-document-and-browser-modes/

经测试可在 Win 8.1 的 IE11 和 Win 7 的 IE10 中运行。

关于html - 是否可以强制 IE 使用 IE5 怪癖模式?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28308105/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com