How do I make gradients for other browsers starting from a Mozilla gradient. I have used a Mozilla gradient for awhile but I recently found out you need to make a gradient for every browser in the css code inorder for it to work on all browsers. I’ve only seen websites let you create a gradient and it will generate the code for all browsers but I have not found something to make a moz gradient for all other browsers.
This is the gradient I want converted:
background-image: -moz-linear-gradient(center top , #9BC0DD, #C9DEED);
The tool that @omarello cited is a great tool. Isn’t this gradient the one you’re trying to reproduce?
EDIT: what I did to reproduce your gradient:
center topis the same astopI guess, neither horiz., diag. nor radial) and IE code