您能否请看一下这个jsfiddle及以下代码,让我知道如何将导航图像添加到导航栏的第一个<li>
?
.navbar-inner{
background:none ! important;
}
li:first-child {
background-image: url(http://themes/kids/images/lava-top.png);
background-repeat: repeat-x;
}
答案 0 :(得分:1)
见this。
.navbar .nav > li:first-child > a, .navbar .nav > li:first-child > a:hover, .navbar .nav > li:first-child > a:focus
{
background-image: url(https://www.google.com/images/srpr/logo6w.png);
background-repeat: repeat-x;
}