-moz-linear-gradient

Posted by bah on Stack Overflow See other posts from Stack Overflow or by bah
Published on 2010-03-24T19:06:57Z Indexed on 2010/03/24 19:13 UTC
Read the original article Hit count: 418

Filed under:
|

Hi, Could someone explain to me what this portion of code means?

repeat scroll 0 0 #F6F6F6;

I have googled a lot and only found syntax to this part

-moz-linear-gradient(center top , #FFFFFF, #EFEFEF)

My code:

background: -moz-linear-gradient(center top , #FFFFFF, #EFEFEF) repeat scroll 0 0 #F6F6F6;

Thanks!

© Stack Overflow or respective owner

Related posts about css

Related posts about css3