Is there a way to create gradients using CSS3 and then – by using javascript (or server side?) – I will be able to support IE or other unsupported browsers? I mean – the js library will convert the gradient to PNG background..
Is there something like that?
I couldn’t find a way to convert CSS gradients to PNG, I assume you’ll have to construct them beforehand and display the correct background depending on the user-agent (i.e. PNG background for older browsers).
However, if you’re looking for a way to create gradients in CSS3 for all browsers, try this website:
http://robertnyman.com/2010/02/15/css-gradients-for-all-web-browsers-without-using-images/
It will give you the recipe for gradients on all browsers.