1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Problem with horizontal scrolling.

Discussion in 'CSS' started by cronik, Aug 28, 2011.

  1. #1
    Can someone please identify why my website wants to have this long horizontal scroll?

    I been messin with the css for so long now and can't fix it.
    I have a background image that goes across the top, if you look at the css you'll see I have it set so it shouldn't exceed the page.. I don't get it.

    Any help will be appreciated, its the 2nd link in my sig, thnx.
     
    Solved! View solution.
    cronik, Aug 28, 2011 IP
  2. #2
    Add the following code in your css - it will hide the horizontal bar

    ---------code--------------------
    body {
    overflow: -moz-scrollbars-vertical;
    overflow-x: hidden;
    overflow-y: scroll;
    }
    ---------code--------------------

    Hope this helps.
     
    infogle, Aug 28, 2011 IP
  3. cronik

    cronik Well-Known Member

    Messages:
    865
    Likes Received:
    93
    Best Answers:
    1
    Trophy Points:
    180
    #3
    Thank you so much!! :D
     
    cronik, Aug 28, 2011 IP