In my banner I've got a gradient. Below is the support for Chrome, Firefox & IE. However, IE 9 does not support gradients in the ms-linear-gradient
fashion. Is it possible to make the banner a solid color for visitors on IE 9? Currently the background is white when I visit it on IE 9.
background: -moz-linear-gradient(#7AAC41, #16590f);
background: -webkit-linear-gradient(#7AAC41, #16590f);
background: -ms-linear-gradient(#7AAC41, #16590f);