I am trying to replace the background image for a Twitter Bootstrap navbar with my own image. It works in Chrome, Firefox, and Safari but not in Internet Explorer. What am I missing for IE? (It remains the plain black in IE)
.navbar.navbar-inverse.navbar-fixed-top .navbar-inner {
background: url(/assets/navbar.png) repeat-x;
box-shadow: none;
border: none;
-webkit-box-shadow: none;
}
You need to add this: