.gradient {
background: -moz-radial-gradient(right bottom , circle farthest-corner, #CDCFD1 20%, #696C71 70%) repeat scroll 0 0 transparent;
I want to take that rule and apply it to all of the browsers that support a linear gradient. Could someone tell me what the code would look like in order to support the above radial gradient in all other browser that support it, i.e. chrome, internet explorer, safari etc.
Thanks in advance.
you cannot make the gradient compatible with all browsers in a single line of code..you have to add more compatible lines for different browsers..try this..