首页 > 开发 > CSS > 正文

CSS 选择器支持列表

2024-07-11 08:39:48
字体:
来源:转载
供稿:网友

.css3selectors th, .explain {background-color:#FFFF66; padding:4px; }
.css3selectors td {padding:4px;}
.css3selectors td.compliant {background-color:#009900;}
.css3selectors td.iffy {background-color:#FF9900;}
.css3selectors td.noncompliant {background-color:#FF0000;}

Update 6/30/09: Firefox 3.5 was released today. Like Safari 3.1 and newer (including Safari 4 beta), Opera 9.64 and newer and Google Chrome all support ALL CSS2.1 and CSS3 selectors. Here is a breakdown of all the browsers I’ve tested:

Green / √ means current support.
Orange / Δ means that the browsers have some support for the selector.
Red / Χ means that the browser is non-compliant.


































































  Browsers
PatternMeaningIE6IE7IE8FireFoxSafariOperaNetScCHROME
E:active

 


E:hover


E:focus

Dynamic pseudo-classes

 


Matches E during certain user actions.

ΔΔ
ΔΔ
ΧΧ
E:before

 


E:after

Static pseudo-classes
See generated content
ΧΧ
ΧΧ



发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表