IE7下的网页渲染

发布于 2024-12-07 19:24:36 字数 126 浏览 0 评论 0原文

我正在开发一个在 IE8(当浏览器模式为 IE8,文档模式为 IE8 标准时)和其他浏览器(如 Chrome、Firefox 等)中正确显示的网站。除了在 IE7 中无法正确显示之外。我听说过元标记允许用户强制文档模式在特定浏览器中显示。

I am working on a site which is displayed properly in IE8 (when browser mode is IE8 and document mode is IE8 standards) and rest of the other browsers like chrome, firefox, etc. Except it is not diaplyed properly in IE7. I have heard of meta tags which allow users to force document mode to be displayed in a particular browser.

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

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

发布评论

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

评论(1

也只是曾经 2024-12-14 19:24:36

如果计算机中安装了 Chrome,请尝试添加元标记,该标记将使用 Google Chrome Frame 来呈现页面。

<meta http-equiv="X-UA-Compatible" content="chrome=1">

try adding the meta tag which will use Google Chrome Frame to render the page if chrome is installed in the machine.

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