Appendix B. CSS Properties
Table . Background
Property | Description | Values | IE | F | N | W3C |
---|---|---|---|---|---|---|
background | A shorthand property for setting all background properties in one declaration | background-color | 4 | 1 | 6 | 1 |
background-image | ||||||
background-repeat | ||||||
background-attachment | ||||||
background-position | ||||||
background-attachment | Sets whether a background image is fixed or scrolls with the rest of the page | scroll fixed | 4 | 1 | 6 | 1 |
background-color | Sets the background color of an element | color-rgb | 4 | 1 | 4 | 1 |
color-hex | ||||||
color-name | ||||||
transparent | ||||||
background-image | Sets an image as the background | url(URL) none | 4 | 1 | 4 | 1 |
background-position | Sets the starting position of a background image | top left | 4 | 1 | 6 | 1 |
top center | ||||||
top right | ||||||
center left | ||||||
center center | ||||||
center right | ||||||
bottom left ... |
Get Stylin’ with CSS: A Designer’s Guide, Second Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.