Hi. On my website, seeUPLOADER, whenever you go onto different pages, the background seems to be going up and down depending on the length of the content bg area.. and I have tried no-repeat and stuff like that... but can't seem to resolve this. Can someone assist me please? Thanks.
Hi, I can't see any movement problems. Looks ok to me. What does the site do? Maybe an explanation? Regards, Mike
Sure. Here are a few screenshots of the problem. This is the Index page and this is how I want it to look like: http://seeuploader.com//u/20081022061925AMPicture5.png This is the Server Status Page, and look at the background now, it stretched down a bit, below the MT. http://seeuploader.com//u/20081022062057AMPicture6.png Get what I'm trying to say now?
open your css stylesheet and change body { background:#255C66 url(images/background.jpg) no-repeat scroll center center; Code (markup): to body { background:#255C66 url(images/background.jpg) no-repeat scroll top center; Code (markup): If was helpful, rep is welcome