View Full Version : Centering a background image?


PrincessSammy
07-26-2005, 09:56 PM
I was curious if there was a way to center a background image in CS? This is my website now:

http://www.jumpingoverstars.com/test

And I want that image centered as the background (right now I have it its on Div layer.) and was wondering if its possible to center the background image?

lefty
07-26-2005, 10:08 PM
sure, add this to your css:

background-position:50% 50%;

You can alter those numbers, too, if you need to :)

PrincessSammy
07-26-2005, 10:23 PM
Cool thanks, how do I get it down from the top now?

http://www.jumpingoverstars.com/test its kinda sticking to the top there?

edit: Oh sorry, FireFox just wasn't refreshing.

PrincessSammy
07-26-2005, 10:24 PM
Oh sorry, FireFox just wasn't refreshing.

lefty
07-27-2005, 12:31 AM
It's okay, glad it works :)