View Single Post
  #2 (permalink)  
Old 07-18-2009, 03:06 AM
southhollister southhollister is offline
Junior Member
 
Join Date: Jul 2009
Posts: 5
southhollister is on a distinguished road
Default

Use the body function instead. This will specify color, image, image repeat, position and attachment. Make sure your image is in the same directory as your .css file
body {
background: black url("example.jpg") no-repeat fixed 50% 50%;
}

Color Values
[background-color] | [background-image] | [background-repeat] | [background-attachment] | [background-position]
Reply With Quote