css CSS:在/之后和:first-child /:last-child合并

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css CSS:在/之后和:first-child /:last-child合并相关的知识,希望对你有一定的参考价值。

#navigation li:first-child:before {
    content: 'a';
}

#navigation li:last-child:after {
    content: 'b';
}

以上是关于css CSS:在/之后和:first-child /:last-child合并的主要内容,如果未能解决你的问题,请参考以下文章

CSS3 PIE 与 :first-child 冲突

css选择器中:first-child与:first-of-type的区别

如何将css first-child与:not()一起使用[重复]

CSS :first-child 选择器

不明白html 5 的CSS3选择器中的:first-child和:last-child是干啥用的?

css 中的伪类 first-child 和nth-child的区别