gpt4 book ai didi

css - 一个选择器有两个过滤器

转载 作者:太空宇宙 更新时间:2023-11-04 00:06:27 26 4
gpt4 key购买 nike

是否可以在 CSS 中做这样的事情(包括 3 个)?

ul li:visible:nth-child(odd) {...}

最佳答案

这仅靠 CSS 是不可能的。您可以链接伪类,例如 li:nth-child(2n):hover但是:visible是 jQuery,不是 CSS。

CSS 没有类似的功能,因为 CSS 目前无法确定元素是否可见

关于css - 一个选择器有两个过滤器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14708733/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com