Cross Browser Gradients
Cross Browser Gradients
Gradients is the method of defining a linear or radial color gradient as a css image.
Browser Support
Gradients is already supported by all major browser so it should be really easy to get it working cross browser.
Code Example
You can use Gradients like this:
#test {
background: linear-gradient(white, gray);
}
More Information
More information can be found here.