I apologies if the formatting isn't setup properly, I'm quite new to this website.
The image in the CSS below doesn't seem to be loading on the IE9 browsers and I'm unsure of how to go about fixing this issue. I've tried adding filter: none; and am currently using modenizr to add support to all other functions that were broken in IE9.
CSS
.carousel-inner{
background-image: url("images/unique/hbbanner.png");
background-repeat: no-repeat;
background-position: center;
height:300px;
}