IE9 以下版本浏览器兼容html5

    xiaoxiao2021-03-25  84

    (1)    IE9 以下版本浏览器兼容HTML5的方法,使用静态资源的html5shiv包:

    <!--[if lt IE9]>

    <script src="http://cdn.static.runoob.com/libs/html5shiv/3.7/html5shiv.min.js"></script>

    <![endif]-->

    (2) 载入后,初始化新标签的CSS:

    /* html5 */ article , aside , dialog , footer , header , section , footer , nav , figure , menu { display: block }

    转载请注明原文地址: https://ju.6miu.com/read-20848.html

    最新回复(0)