CSS 分别针对IE 6,IE 7和IE 8

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CSS 分别针对IE 6,IE 7和IE 8相关的知识,希望对你有一定的参考价值。

body {
	color: red; /* all browsers, of course */
	color : green\9; /* IE8 and below */
	*color : yellow; /* IE7 and below */
	_color : orange; /* IE6 */
}

以上是关于CSS 分别针对IE 6,IE 7和IE 8的主要内容,如果未能解决你的问题,请参考以下文章

CSS 另一种清除浮动元素的方法(FF,IE 6,IE 7,IE 8 Beta)

关于IE兼容问题

在 IE 8 和 7 中使用较新的 CSS3 选择器的首选方法是啥?

text IE CSS Hacks - IE6,7,8,9,10,11,Edge

text IE CSS Hacks All - IE6,7,8,9,10,11,Edge

text IE CSS Hacks All - IE6,7,8,9,10,11,Edge