css direct-child选择器选择所有级别的所有孩子

时间:2014-03-11 14:29:24

标签: html css list html-lists

这个css代码应该只在顶部直接在li标签的背景上着色,但它会在整个无序列表中为所有li的背景着色:

ul.topUl > li {
    background-color: #ff0 !important;
}

我做错了什么?

1 个答案:

答案 0 :(得分:1)

据推测,您没有更改li默认值的后代transparent元素的背景颜色。