I’m using gradient as a background:
-moz-linear-gradient(center bottom , #E8E8E8 0%, #F2F2F1 50%) repeat scroll 0 0 #F5F5F4;
This is not showing in IE, I haven’t found links or anything about what I need to do if the browser is IE.
Any ideas on how to handle this?
You might be interested in reading this: prefix or posthack.
As the comments state
-moz-is the vendor specific prefix for Mozilla.If you’re interested in cross browser gradients, I find the easiest way is to use a gradient generator to sort through all the different implementations and prefixes.