This example shows how to achieve rich look and feel for a RadButton by just using CSS3 techniques and CSS gradients instead of image sprites.
CSS3 is not supported by all browsers that are still in use. Some properties are also supported differently across different browsers.
This demo uses some of the most popular CSS3 properties such as border-radius (which applies rounded corners to the element) and box-shadow (which applies shadows around the element).
Gradients are not achieved only through the linear-gradient W3C-compliant property. In order to work in some older browsers, some browser-specific properties are used as well.