html5有很多好玩的标签,比如:header、footer、nav、section、article、aside等。但是有很多公司还需要兼容IE浏览器,而html5对IE浏览器不是很友好,那么如何实现完美兼容呢?下面web建站小编给大家详细介绍一下具体实现方法!
引入Google的html5shiv包
<!--[if lt IE9]> <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]-->
Ps:如何ie6/7/8用户禁用脚本,需要做一个判断,代码如下:
<!--[if lte IE 8]> <noscript> <style>.html5-wrappers{display:none!important;}</style> <div class="ie-warning-trips">您的浏览器禁用了脚本,请<a href="">查看这里</a>来启用脚本!或者<a href="/?noscript=1">继续访问</a>.</div> </noscript> <![endif]-->
这样应该就可以了~
上面是“html5如何实现兼容IE浏览器”的全面内容,想了解更多关于 前端知识 内容,请继续关注web建站教程。
当前网址:https://m.ipkd.cn/webs_3419.html
声明:本站提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请发送到邮箱:admin@ipkd.cn,我们会在看到邮件的第一时间内为您处理!