Search code examples
cssinternet-explorer-9

Does IE9 support CSS linear gradients?


With Chrome/Safari and Firefox there's the -webkit-gradient and -moz-linear-gradient properties. How can I do this same sort of thing with IE9?


Solution

  • Well, IE9 is not done yet, but so far it looks like you're going to have to use SVG. I'm not aware of any -ms-gradient or gradient support in IE9. The other thing that's missing so far that I'm annoyed about is text-shadow.

    http://css3wizardry.com/2010/10/29/css-gradients-for-ie9/