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?
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.