CSS 在旧版浏览器中支持HTML5元素所需的样式声明

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CSS 在旧版浏览器中支持HTML5元素所需的样式声明相关的知识,希望对你有一定的参考价值。

article, aside, canvas, details, embed, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
command, datalist, keygen, mark, meter, progress, rp, rt, ruby, time, wbr {
	display: inline;
}

以上是关于CSS 在旧版浏览器中支持HTML5元素所需的样式声明的主要内容,如果未能解决你的问题,请参考以下文章

html Internet Explorer支持使用条件注释。以下代码段在旧版Internet Explorer中添加了HTML5和CSS3支持

html Internet Explorer支持使用条件注释。以下代码段在旧版Internet Explorer中添加了HTML5和CSS3支持

html Internet Explorer支持使用条件注释。以下代码段在旧版Internet Explorer中添加了HTML5和CSS3支持

html Internet Explorer支持使用条件注释。以下代码段在旧版Internet Explorer中添加了HTML5和CSS3支持

CSS动画@keyframes的用法

html 使HTML5元素在旧IE中运行 - 来自http://css-tricks.com/snippets/javascript/make-html5-elements-work-in-old-i