浏览器兼容性的css hack 写法

IE各版本浏览器之间的识别概括如下:

IE6:能识别 \9 和 ,不能识别 !important

IE7:能识别 \9 和 !important,不能识别 _

IE8:能识别 \9 和 !important ,不能识别 和 *

Firefox(Chrome):能识别 !important,不能识别 和 *

书写顺序,一般是将识别能力强的浏览器的css写在后面。

posted @ 2014-02-26 09:31  天空无痕  阅读(138)  评论(0编辑  收藏  举报