Gradient Test

background: #b4ddb4; /* old browsers */

background: -moz-linear-gradient(left, #b4ddb4 0%, #83c783 17%, #52b152 33%, #008a00 67%, #005700 83%, #002400 100%); /* firefox */

background: -webkit-gradient(linear, left top, right top, color-stop(0%,#b4ddb4), color-stop(17%,#83c783), color-stop(33%,#52b152), color-stop(67%,#008a00), color-stop(83%,#005700), color-stop(100%,#002400)); /* webkit */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=’#b4ddb4′, endColorstr=’#002400′,GradientType=1 ); /* ie */

Comments are closed.