IE各版本浏览器之间的识别概括如下:
IE6:能识别 * 、\9 和 _ ,不能识别 !important
IE7:能识别 * 、\9 和 !important,不能识别 _
IE8:能识别 \9 和 !important ,不能识别 _ 和 *
Firefox(Chrome):能识别 !important,不能识别 _ 和 *
书写顺序,一般是将识别能力强的浏览器的css写在后面。
2022-04-05 18:40:29
IE各版本浏览器之间的识别概括如下:
IE6:能识别 * 、\9 和 _ ,不能识别 !important
IE7:能识别 * 、\9 和 !important,不能识别 _
IE8:能识别 \9 和 !important ,不能识别 _ 和 *
Firefox(Chrome):能识别 !important,不能识别 _ 和 *
书写顺序,一般是将识别能力强的浏览器的css写在后面。