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.
要设置菜单的第一级样式,我认为这段代码可以工作:
http://jsfiddle.net/2g36L/1/
谁能指出我哪里出错了,谢谢。
确实如此,但是由于您没有为其他元素赋予其他颜色,因此它们继承了您赋予顶部<ul>元素的颜色。如果你给另一个<ul>颜色,它工作正常。
<ul>
jsFiddle 示例。
颜色是一个继承的 CSS 特征,因此即使您只为 div 下的直接 UL 声明它,它也被嵌套元素继承。