Looking at the code you posted, it seems you are adding an IE9 and under gradient, but a solid background color for all other browser. Is that intentional? If not, you could just delete the filter line, have the solid background and move on, if you wanted the gradient, you need to add in the new linear gradient syntax as well. This is a great tool for css support with fallbacks:
[CSS3 Gradient Generator](http://www.colorzilla.com/gradient-editor/ “CSS3 Gradient Generator”)
But, as @TheDoc pointed out, if you keep the gradient, and want IE 9 and under support, gonna have to live with the errors.
Author
Posts
Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘CSS’ is closed to new topics and replies.