I have seen:
background: url("images/tabs.gif") repeat scroll 100% 0 transparent;
background: url("images/tabs.gif") repeat scroll 0 0 #BBDDFF;
And I dont get what all the values after the bracket are meant to represent. Is there a doucment that will tell me?
The only stuff I could find online was referring to individual background props..
Here is a breakdown of them, for your usage:
likewise:
For more information or documentation, check through some of the other links found in this question. Below is a link specifically going through the background-related properties:
W3 | CSS (Background-Specific)