Gah! Background image is one pixel off.

Discussion in 'HTML & Website Design' started by sitedesigner, Jun 3, 2009.

  1. #1
    Okay. I have this problem and I can't figure it out.

    Why is the background image off at certain resolutions and certain screen sizes?

    Just expand your browser and take a look.

    URL is http://celebcrowd.com/

    Thank you!

    -David
     
    sitedesigner, Jun 3, 2009 IP
  2. Martin K

    Martin K Active Member

    Messages:
    262
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #2
    Take a look at your background image
    http://celebcrowd.com/wp-content/themes/mydq/images/background-demo.jpg
    this is not the way to create a background. However, the white space from the screen is not a free space, but the white color from your background. There's no need to put both sides from your page in the background, your background will repeate automaticaly from both side of your page
     
    Martin K, Jun 3, 2009 IP
  3. morg

    morg Peon

    Messages:
    90
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    martin K is right you are only supposed to use a css selector and property with a partial part of the image and the top blue part should be part of the header such as
    #side_left {
    background-image: url(images/background.png);
    background-repeat: repeat-y;
    }
    Good luck with your site
     
    morg, Jun 3, 2009 IP
  4. sitedesigner

    sitedesigner Peon

    Messages:
    578
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Martin K--
    I understand that the white part is showing from my background.

    morg --
    I don't know how to code that background? Do I have to split up the left and right side? If so, how do I place them at exact places? I have never coded it that way before.

    Please let me know,
    Thank you,

    -David
     
    sitedesigner, Jun 3, 2009 IP
  5. 3drendering

    3drendering Peon

    Messages:
    260
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #5
    I am agree with him and morg...
     
    3drendering, Jun 4, 2009 IP