Does anyone know if it is possible to reproduce this effect
background-image: -moz-linear-gradient(top, #666666, #000000);
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #000000),color-stop(1, #666666));
also on ff <3.6? im tryin 'to generate a gradient background without images!
Thanks in advance for any advice.
source
share