區(qū)別ie6與ff:
background:orange;*background:blue;
區(qū)別ie6與ie7:
background:green !important;background:blue;
區(qū)別ie7與ff:
background:orange; *background:green;
區(qū)別ff,ie7,ie6:
background:orange;*background:green !important;*background:blue;
注:ie都能識別*;標準瀏覽器(如ff)不能識別*;
ie6能識別*,但不能識別 !important,
ie7能識別*,也能識別!important;
ff不能識別*,但能識別!important;
ie6 ie7 ff
* √ √ ×
!important × √ √
另外再補充一個,下劃線"_",
ie6支持下劃線,ie7和firefox均不支持下劃線。
于是大家還可以這樣來區(qū)分ie6,ie7,firefox
: background:orange;*background:green;_background:blue;
注:不管是什么方法,書寫的順序都是firefox的寫在前面,ie7的寫在中間,ie6的寫在最后面。
新聞熱點
疑難解答