I have this linear gradient for mozilla:
background-image: -moz-linear-gradient(center top, #bbb, #ccc 30%, #ccc 70%, #bbb);
is there a tool that generates this linear gradient but for other browser ? (webkit, IE, opera ecc) ??
Thanks a lot and sorry fory my english :)