Background Image
background-repeat: repeat
Default setting. Tiles the background image both horizontally and vertically. background-repeat: repeat-x
Tiles the background image in the horizontal direction only. Use if you want the background running across the top of the page. background-repeat: repeat-y
Tiles the background image in the vertical direction only. Use for left-hand page borders. background-repeat: no-repeat
No repeating takes place. This displays only one copy of the image. Use if you want to use a large image that isn’t designed to tile. background-position:
Positions the image using one of various positioning words. These are: top left, top center, top right, center left, center center, center right, bottom left, bottom center and bottom right. background-attachment: fixed or scroll
The background-attachment property determines if a specified background image will scroll with the content or be fixed with regard to the canvas.
Leave Us A MySpace Comment!
Sponsored Links