Reputation: 6316
can you please take a look at this jsfiddle and following code and let meknow how I can add a backgrund image to only first <li>
of the navbar?
.navbar-inner{
background:none ! important;
}
li:first-child {
background-image: url(http://themes/kids/images/lava-top.png);
background-repeat: repeat-x;
}
Upvotes: 1
Views: 9366