Where is this horizontal scroller coming from

Discussion in 'HTML & Website Design' started by andrewgjohnson, Aug 7, 2008.

  1. #1
    andrewgjohnson, Aug 7, 2008 IP
  2. mmslax2

    mmslax2 Active Member

    Messages:
    235
    Likes Received:
    2
    Best Answers:
    1
    Trophy Points:
    63
    #2
    doesn't work.
     
    mmslax2, Aug 7, 2008 IP
  3. andrewgjohnson

    andrewgjohnson Active Member

    Messages:
    180
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #3
    andrewgjohnson, Aug 8, 2008 IP
  4. cri8bat

    cri8bat Well-Known Member

    Messages:
    1,459
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    160
    #4
    change the width from 960 to 955 or 950 that should fix the isse :)
     
    cri8bat, Aug 8, 2008 IP
  5. andrewgjohnson

    andrewgjohnson Active Member

    Messages:
    180
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #5
    I fixed it by making the container DIV 960 wide and everything inside only 950.

    Any idea as to why this is happening?
     
    andrewgjohnson, Aug 8, 2008 IP
  6. cri8bat

    cri8bat Well-Known Member

    Messages:
    1,459
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    160
    #6
    the container should be 950 px width max
    and evertything shouldbe be less the 950.

    that should fix all the problems as I mentioned b4.

    good luck
     
    cri8bat, Aug 8, 2008 IP
  7. andrewgjohnson

    andrewgjohnson Active Member

    Messages:
    180
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #7
    Again: why?
     
    andrewgjohnson, Aug 8, 2008 IP
  8. steelfrog

    steelfrog Peon

    Messages:
    537
    Likes Received:
    24
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Padding is calculated with the width value, so if you enter padding:20px and a width of 950px, then you're adding 20 pixels of padding on both sides, this creating a 990px divider rather than 950px.
     
    steelfrog, Aug 8, 2008 IP
  9. andrewgjohnson

    andrewgjohnson Active Member

    Messages:
    180
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #9
    I understand that, I don't see where I am doing that though.
     
    andrewgjohnson, Aug 8, 2008 IP