浏览器兼容性检测和覆盖建议替代浏览器

发布于 2024-11-29 12:29:27 字数 132 浏览 1 评论 0原文

我想找到一个小的 javascript 程序来检查浏览器以及浏览器是否< IE9 为用户提供了一个很好的覆盖层,建议使用替代浏览器(切换到 Chrome,或升级到 IE9)。

有没有什么东西可以做到这一点,设计精良并且易于设置?

I'd like to find a small javascript program which checks browsers and if the browser is < IE9, provides an nice overlay to users suggesting an alternative browser (switch to Chrome, or upgrade to IE9).

Is there something that does this that is well designed and easy to set up?

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

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

发布评论

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

评论(1

扛刀软妹 2024-12-06 12:29:27

用 HTML 和 CSS 编写一个覆盖层,然后将其放入 IE 条件注释中:

<!--[if lt IE 9]> (overlay code here) <![endif]-->

Write an overlay with HTML and CSS, and then put it in an IE conditional comment:

<!--[if lt IE 9]> (overlay code here) <![endif]-->
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文