a problem I can't seem to resolve..

Discussion in 'HTML & Website Design' started by Zivem, Oct 21, 2008.

  1. #1
    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.
     
    Zivem, Oct 21, 2008 IP
  2. MikeHayes

    MikeHayes Peon

    Messages:
    95
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Hi,

    I can't see any movement problems. Looks ok to me.

    What does the site do? Maybe an explanation?

    Regards,

    Mike
     
    MikeHayes, Oct 21, 2008 IP
  3. Zivem

    Zivem Banned

    Messages:
    270
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    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?
     
    Zivem, Oct 22, 2008 IP
  4. snapbiz

    snapbiz Peon

    Messages:
    24
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Have you tried to remove the "padding: 200px 0 0;" from your css?
     
    snapbiz, Oct 24, 2008 IP
  5. Artimmi

    Artimmi Active Member

    Messages:
    130
    Likes Received:
    9
    Best Answers:
    1
    Trophy Points:
    68
    #5
    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;)
     
    Artimmi, Oct 24, 2008 IP
  6. Zivem

    Zivem Banned

    Messages:
    270
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Thanks a lot Artimmini. :)
     
    Zivem, Oct 24, 2008 IP