欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

區(qū)分IE6,IE7,firefox的CSS hack

 更新時(shí)間:2008年04月21日 18:57:09   作者:  
經(jīng)常網(wǎng)頁布局需要兼職多瀏覽器,所以下面的css hack可以用,但最好少用,不得不用才用
區(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都能識(shí)別*;標(biāo)準(zhǔn)瀏覽器(如FF)不能識(shí)別*;
IE6能識(shí)別*,但不能識(shí)別 !important,
IE7能識(shí)別*,也能識(shí)別!important;
FF不能識(shí)別*,但能識(shí)別!important; 
 IE6 IE7 FF 
* √ √ × 
!important × √ √ 
--------------------------------------------------------------------------------
另外再補(bǔ)充一個(gè),下劃線"_",
IE6支持下劃線,IE7和firefox均不支持下劃線。

于是大家還可以這樣來區(qū)分IE6,IE7,firefox
: background:orange;*background:green;_background:blue; 

注:不管是什么方法,書寫的順序都是firefox的寫在前面,IE7的寫在中間,IE6的寫在最后面。

相關(guān)文章

最新評(píng)論