CSS Help
Background Properties
| Property | Description | Values |
| background | Allows setting of all background properties in one declaration | background-color background-image background-repeat background-attachment background-position |
| background-attachment | Determines whether the page background is fixed or whether it scrolls with the rest of the page | scroll fixed |
| background-color | Sets the background color of an element | #RRGGBB (hex color values) #RGB (RGB color values color transparent |
| background-image | Sets an image as the background | url(link to location) none |
| background-position | Sets the position index for a background image | x-% y-% x-position y-position top left top center top right center left center center center right bottom left bottom center bottom right |
| background-repeat | Determines background repetition type | no-repeat repeat repeat-x repeat-y |



