使用 IE8 或 9 时强制 DNN 5.6 加载 ie7

发布于 2024-11-26 18:17:38 字数 134 浏览 1 评论 0原文

我正在使用 DNN 5.6,但我的网站的 DNN 菜单存在问题。它在 Chrome、IE7 和 FF 中显示良好,但在 IE8-9 中显示混乱。

我想在加载站点/页面时强制 IE-8-9 作为 IE7 运行。

我该怎么做?

I am using DNN 5.6 and my site has a problen with the DNN menu. It shows up fine in Chrome, IE7 and FF but its messed up in IE8-9.

I want to force IE-8-9 to run as IE7 when the site/pages are loaded.

How can i do this?

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

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

发布评论

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

评论(1

快乐很简单 2024-12-03 18:17:38
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />

确保将其放在靠近开始 标记的位置,以避免进一步的问题

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

Make sure to put that close to the opening <head> tag, to avoid further issues

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