css选择器

IE8以上兼容:

div>p

div+p

div[attribute=value]

div[attribute^=value]

div[attribute$=value]

div[attribute*=value]

div[attribute]

p:first-letter

p:first-line

p:first-child

p:last-child  (IE8不兼容)

posted @ 2016-09-23 15:55  dongxiaolei  阅读(94)  评论(0编辑  收藏  举报