background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, yellow), color-stop(0.5, orange), color-stop(1.0, red)); The first parameter in the color-stop attribute is the percentage of distance from start and end points. Mozilla’s implementation still provides color stops...