I have experienced to customize the twitter bootstrap navbar color successfully.. Now I want to use an image as the navbar background, so I could play more with the navbar..
But when I put the css "background: url(/img/navbar-bg.png) repeat-x;" in the navbar-inner.. it doesnt work, anyone know why?
if you do it like this it should work.
.navbar-inner{
background-image: url('navbar-bg.png');
background-repeat: repeat-x;
}
Demo: here
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With