CSS Rules for Color, Images, and Repeats |
background-repeat:
no-repeat
|
Defines the direction that the background image is tiled.
no-repeat, Background image does not repeat
|
Horizontal Repeat
| background-repeat:repeat-x
Image repeats horizontally
|
Vertical Repeat | background-repeat:repeat-y
Image repeats vertically |
|
Background-attachment property specifies whether the background image will scroll as the text content scrolls. The values are scroll (default) and fixed. | body {background-image:url(hi.gif); background-attachement:fixed}
| |
|---|---|---|
|
Web Design with XHTML Part II Doris Cuffey, Instructor |