Gossamer Forum
Home : Products : Gossamer Links : Discussions :

CSS & An Image background?

Quote Reply
CSS & An Image background?
Nothing complicated here to understand except for me!

All I want to do is amend luna.css to display a background image/border which resides here:


static/luna/images/back.gif


I don't seem to be able to get the right combo, can someone tell me please?


With Thanks!

Stevo
Quote Reply
Re: [Stevo] CSS & An Image background? In reply to
It depends on which element you want the background to appear on, but it might look something like this:

Code:
body {
background: url(/static/luna/images/back.gif) no-repeat;
}
Quote Reply
Re: [aus_dave] CSS & An Image background? In reply to
Thanks Dave, much appreciated....works fine after I delete the no repeat referance................

Stevo