SVG Gradient Maker
If you have had problems with linear-gradient and rounded corners support in IE9, then you are probably aware there are several fixes available to make these two features work together, although should we really be having to do this in 2011? Come on Microsoft step up!
After looking at the options and reading an interesting thread here, my preferred fix is to use SVG to create a gradient and use background-image with a base64 encoded file. There is a nice little tool available that will do the hard work for you here:-
http://ie.microsoft.com/testdrive/Graphics/SVGGradientBackgroundMaker/Default.html
For those of you that don’t want to go to the bother rilling your own gradients, you can also use CSS3 PIE, which essentially does the same thing via a JS library.
Hope this helps!
