Log in

View Full Version : Theme background help


PokePets
11-04-2011, 07:06 AM
So I use this theme;
http://www.mysidiaadoptables.com/forum/showthread.php?t=1772

Here is my website;
http://pokepets.99webs.info/

The index page looks fine, you see?
But when you go to a 'long' page like stats (= statistieken). You get white after a time.
http://pokepets.99webs.info/stats.php

Do you see it? How can I fix this?

Thanks anyway, PP.

Nemesis
11-04-2011, 11:53 AM
will be in your css, im looking at it i think your #wrapper should say something like height: 100%; that way if the site takes up more than one monitor length page it will continue to add the background images. again thats

#wrapper { height: 100%;
background: url(chibi-blue-images/chibi-blue-bg.png) center top no-repeat;
}

its something like that. hope that's right.

kristhasirah
11-04-2011, 02:29 PM
i use:

background:(background image here) fixed repeat top center;


the "fixed" keeps the backgroun in the same spot so only the page moves...