【发布时间】:2012-07-21 06:12:42
【问题描述】:
我正在为我自己的个人网站使用ul 导航,但我终生无法弄清楚如何更改整个li 元素的background-color。如果您查看this fiddle,您会看到我想要完成的工作。我到处寻找,但我还没有找到“突出显示”文本左侧区域的解决方案。此外,我不确定如何解释margin: 2px。下面是一些相关的 CSS:
#nav li {
margin:2px;
}
#nav li:hover {
margin:2px; <-- does not affect where the background color changes, it seems
background-color:#b5aec8;
}
有没有办法使用纯 CSS 更改整个导航背景?如果是这样,怎么做?任何建议表示赞赏!
【问题讨论】:
-
提示:您不妨稍等片刻,以便查看多个答案并做出相应决定。
-
很公平,感谢您的建议。
标签: css navigation hover html-lists