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
|