Total Pageviews

Wednesday 3 October 2012

IE6 IE7 IE8 Firefox CSS Hack

顺序依次为:Firefox、IE8、IE7和IE6

selector{
property:value; /* 所有浏览器 */
property:value\9; /* 所有IE浏览器 */
+property:value; /* IE7 */
_property:value; /* IE6 */
}
HTML兼容性调用

IE8,褐色文字!
IE7,红色文字!
IE6,绿色文字!
最后总结一个表格出来应该是这样吧!
property IE6 IE7 IE8 FF
_ × × ×
* × ×
+ × ×
!important ×