background: -webkit-linear-gradient(red, yellow); /* For Safari 5.1 to 6.0 */ background: -o-linear-gradient(red, yellow); /* For Opera 11.1 to 12.0 */ background ...
Major browsers support CSS3 gradients (including Internet Explorer 10), but with different rendering engines, it's still good to have fallbacks. Designing the presentation layer of an HTML5 ...
background-image: -webkit-linear-gradient(top left, white -20%, black 120%); background-image: -moz-linear-gradient(top left, white -20%, black 120%); background ...