The gradient background under the Firefox browser Firefox3.6
Background:-moz-linear-gradient (top, Red, RGBA (0, 0, 255, 0.5));
Gradient background implementation under Chrome/safari browser SAFARI4
Background:-webkit-gradient (linear, 0 0, 0 bottom, from (#ff0000), to (RGBA (0, 0, 255, 0.5)));
Comprehensive – Compatibility gradient background effect
Filter:alpha (opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) Progid:D XImageTransform.Microsoft.gradient (startcolorstr=red,endcolorstr=blue,gradienttype=0);
-ms-filter:alpha (opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) Progid:D XImageTransform.Microsoft.gradient (startcolorstr=red,endcolorstr=blue,gradienttype=0);/*ie8*/
background:red; /* Some browsers that do not support background gradients */
Background:-moz-linear-gradient (top, Red, RGBA (0, 0, 255, 0.5));
Background:-webkit-gradient (linear, 0 0, 0 bottom, from (#ff0000), to (RGBA (0, 0, 255, 0.5)));
-webkit-gradient (type,x1 y1, X2 y2, from (start color value), [Color-stop (Position offset-decimal, docked color value),...],to (end color value));
CSS3 Firefox&safari Background gradient contention-[front-end technology] [go]