body {
background-image: url(’url’);
background-position: top center;
background-repeat: repeat;
background-color: #;
background-attachment: scroll;
}
body - this is the OBJECT of the CSS
{ } - the start and end of the code
background-image: url(’url’); - this is the code for background IMAGES. URL means the location of your file
background-position - Sets the starting position of a background image
attributes: top left, top center, top right, center left, center center, center right, bottom left, bottom center, bottom right, x% y%, xpos ypos
background-repeat - Sets if/how a background image will be repeated
attributes: repeat, repeat-x, repeat-y, no-repeat
background-attachment - Sets whether a background image is fixed or scrolls with the rest of the page
attributes: scroll, fixed



25,371 Views
(+110 rating, 63 votes)![[del.icio.us]](http://www.friendstertutorials.com/wp-content/plugins/bookmarkify/delicious.png)
![[Digg]](http://www.friendstertutorials.com/wp-content/plugins/bookmarkify/digg.png)
![[Facebook]](http://www.friendstertutorials.com/wp-content/plugins/bookmarkify/facebook.png)
![[Furl]](http://www.friendstertutorials.com/wp-content/plugins/bookmarkify/furl.png)
![[Google]](http://www.friendstertutorials.com/wp-content/plugins/bookmarkify/google.png)
![[Ma.gnolia]](http://www.friendstertutorials.com/wp-content/plugins/bookmarkify/magnolia.png)
![[Newsvine]](http://www.friendstertutorials.com/wp-content/plugins/bookmarkify/newsvine.png)
![[Reddit]](http://www.friendstertutorials.com/wp-content/plugins/bookmarkify/reddit.png)
![[StumbleUpon]](http://www.friendstertutorials.com/wp-content/plugins/bookmarkify/stumbleupon.png)
![[Technorati]](http://www.friendstertutorials.com/wp-content/plugins/bookmarkify/technorati.png)
![[Twitter]](http://www.friendstertutorials.com/wp-content/plugins/bookmarkify/twitter.png)
![[Windows Live]](http://www.friendstertutorials.com/wp-content/plugins/bookmarkify/windowslive.png)
![[Yahoo!]](http://www.friendstertutorials.com/wp-content/plugins/bookmarkify/yahoo.png)
![[Email]](http://www.friendstertutorials.com/wp-content/plugins/bookmarkify/email.png)
