View Single Post
  #1  
Old 06-21-2004, 01:53 AM
 
suzstephens suzstephens is offline
 

Member
  
Join Date: Jun 2004
Posts: 19
 

Default CSS bg image syntax help, please

What's the correct syntax for specifying a <body> or <div> background image? I don't know whether my syntax is off, whether I've just got a minor type, or whether it's because it's nearly 3:00 am, but my stylesheet isn't working. My tile image is in the skin1/images folder:

.pageBG {
background-image: url({$ImagesDir}/pageBGtile.jpg);
background-repeat: repeat-y;


}

Thanks. Suz
Reply With Quote