Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 CSS 中,有没有办法在另一个包含特定子项的 div 中选择一个 div,如下所示:
我知道它可以使用 jQuery 来完成,但我正在寻找一种只使用 CSS 来完成它的方法。
这对于普通的 CSS 是不可能的
您只能在选择器是父母的情况下制定规则,而您的锚不是.content.clearfix
.content.clearfix
然而,这可以使用 jQuery 来完成。这是一个例子:
http://jsfiddle.net/Curt/b95TB/