是什么决定了“兼容性视图”是否可用? Internet Explorer 8 中是否出现 按钮?

发布于 2024-08-07 23:14:58 字数 393 浏览 8 评论 0原文

在我正在开发的某些网站上,我注意到地址栏旁边显示了“兼容性视图”按钮。然而,当我查看其他网站时,这个按钮并不总是可用。

是什么决定了该按钮是否向用户显示?它与 标头标记有关吗?

(下面是我正在谈论的内容的屏幕截图)


替代文本 http://img380.imageshack .us/img380/4858/compatabilitybutton.png

On some sites I'm developing, I noticed that the 'Compatibility View' button is shown beside the address bar. Yet when I view other websites, this button is not always available to me.

What determines whether or not this button is shown to the user? Does it have to do with the <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7"> header tag?

(Screenshot below of what I'm talking about)


alt text http://img380.imageshack.us/img380/4858/compatabilitybutton.png

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

网白 2024-08-14 23:14:58

事实证明,唯一影响这一点的确实是 标记。

MSDN 页面中有关文档兼容性的注释:此标记必须出现在代码的 部分中,位于除 </code> 之外的<em>任何其他标记</em>之前< /strong> 标签。

It turns out the only thing that affects this is indeed the <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7"> tag.

Note from the MSDN page on document compatibility: This tag must appear in the <head> section of your code before any other tags except the <title> tag.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文