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:
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
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