- color names, hexidecimal numbers, RGB values
- 0-255
- background-color
- that it will be transparent.
- background-image: url()
- both
- A value of none will override any inherited value for background-image.
- background-repeat: no-repeat.
- repeat-x
- repeat-y
- background-attachment: fixed
- background-attachment: scroll
- it positions the background
- percentage values, keyword values, length values
- top aligns the background image with the top of the foreground element's "box."
bottom aligns it with the bottom of the "box."
left positions the image along the left side.
right positions it along the right side.
center centers the image horizontally (if used before another keyword) or vertically (if used after).
- With the background property, you can define background color, image, tiling method, scrolling versus fixed status, and position.
GO TO LESSON 5