On 2/11/2010, at 8:30 AM, MikeB wrote:


Try as I might, I cannot figure out how to specify the url to make the image
appear as background on my page.

I tried:

url(bg.gif)
url(/images/bg.gif)
url(./images/bg.gif)
url(httPL//localhost/kcpage/images/bg.gif)
url(//localhost/kcpage/images/bg.gif)

Can someone please tell me how to specify the url in the stylesheet to pick
up the background image?


All paths are relative to the CSS file. To go up a directory use '..'. So...

url(../images/bg.gif)

Cheers, Tim
______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to