關於css偽類的一些相容性測試

來源:互聯網
上載者:User

標籤:style   http   color   ar   cti   div   html   htm   

測試環境:xp ,ie7~8  chrome。

link 偽類 :(:link,:visited)  這個是連結專用

動態偽類 :(:hover,:active,:focus)

<!DOCTYPE html><html><head></head><style type="text/css">a:link,input:hover{color:blue;}a:visited{color:green;}a:active{color:red;}a:hover{color:yellow;}tr:hover,p:hover{background-color:red;}input:focus,p:focus{background-color:yellow;}</style><body><input type="text" /><a href="http://www.baidu.com">百度</a><a href="http://www.google.com">google</a><div>test</div><table><tr><td>test</td></tr></table><p>zhe ye shi test</p><input type="checkbox">nan</body></html>

對於連結(a標記)不管是link偽類還是動態偽類,在ie7-8,chrome 都有效果

對於表單元素,ie7 下不支援動態偽類,

                       ie8下文字框,單選框都支援:focus,

                       chrome下文字框支援:focus,複選框不支援focus

對於p,tr ,ie7-8,chrome 都只支援:hover。

只是簡單測試,歡迎指正

更希望能有朋友提供學習資源


聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在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.