浏览器兼容性检测和覆盖建议替代浏览器
我想找到一个小的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
用 HTML 和 CSS 编写一个覆盖层,然后将其放入 IE 条件注释中:
Write an overlay with HTML and CSS, and then put it in an IE conditional comment: