Gradient

Hi Everybody,

Good day
Please see the following code and response.

background: -webkit-gradient(linear, left top, left bottom, from(#b9b9b9), to(#6a6a6a));
background: -moz-linear-gradient(top, #b9b9b9, #6a6a6a);
background: linear-gradient(-90deg, #b9b9b9, #6a6a6a);

Please let me know that what is gradient and linear-gradient? Why takes different values here like
1st line webkit-gradient(linear, left top, left bottom,
2nd line -moz-linear-gradient(top and
3rd line background: linear-gradient(-90deg,

No more, I am waiting for your kind response.

Thank you.

go to this link for your help http://www.css3files.com/gradient/. i think this will help you to Know more about gradiant

<snip>

if the site above didn’t solve your problem, check my signature on css button , i have a good gradient generator