Here\'s the CSS , and I want the background picture not to be displayed in IE . Instead I just want the background color to be displayed. How do I do that?
h
use conditional statement.
conditional
If version specific, you can mix the code like this -
created a rough tested code, and checked in IE 9 -
EDIT
Conditional statements wont work for IE10 so you can manage it via media queries.
media queries
Example thread - https://gist.github.com/atk/4025104