Ale*_*lex 25 css browser css-selectors
有谁知道哪些浏览器/版本支持它们?
使用它们是否安全,或者我应该使用PHP/javascript来生成第一个/最后一个类?
Boj*_*les 50
:first-child以及:last-child免费的兼容性图表.
:first-child 是否正确支持IE9,以及IE7和IE8的排序(见图表).
:last-child 仅受IE9 +支持.
良好的浏览器都很好地支持它们.
Hri*_*sto 10
"我可以使用......"应该是您获取这些类型问题的资源.以下是兼容性表:
first-child- http://caniuse.com/#feat=css-sel2
last-child- http://caniuse.com/#feat=css-sel3