區別不同瀏覽器,CSS hack寫法

來源:互聯網
上載者:User
文章目錄
  • 區別IE6與FF:
區別IE6與FF:

background:orange;*background:blue;
         ↑            ↑
     FireFox         IE 6
區別IE6與IE7:

background:green !important;background:blue;
            ↑               ↑
         IE 7             IE 6

區別IE7與FF:

background:orange; *background:green;
        ↑             ↑
     FireFox        IE 7

區別FF,IE7,IE6:background:orange;*background:green !important;*background:blue;
       ↑                ↑                      ↑
    FireFox           IE 7                    IE 6

註:IE都能識別*;標準瀏覽器(如FF)不能識別*;IE6能識別*,但不能識別 !important,IE7能識別*,也能識別!important;FF不能識別*,但能識別!important;

                          IE6    IE7    FF
*    √ ×
!important ×        √
另外再補充一個,底線"_",
IE6支援底線,IE7和firefox均不支援底線。

於是大家還可以這樣來區分IE6,IE7,firefox
background:orange;*background:green;_background:blue;
            ↑          ↑             ↑
        FireFox      IE 7           IE 6

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

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.