Gradient advice please

Can someone please help with some gradient advice with IE. I have it working correctly in all other browsers iv’e tested opera, safari, chrome and firefox but i can’t seem to get in working in IE (the version i have is 9). Here is the following code i have been using for IE.

CSS

background:-ms-linear-gradient(bottom, blue, white);
background:linear-gradient(bottom, blue, white);

Any help would be much appreciated.

It’s not supported in IE9, I’m afraid: http://caniuse.com/css-gradients

You could use an image fallback for IE9, som JS, or this: http://css3wizardry.com/2010/10/29/css-gradients-for-ie9/.

Thanks for that Ralph i will check out the link as soon as get a minute. I’m just getting to realize how much of a pain IE is.