Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Layout clipped when scrolling horizontally

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #34350
    richtestani
    Member

    I’ve come across this issue from time to time, and was wondering if anyone knew why this happens and if it’s actually normal.

    When a layout stretches wider than the window layout (wether the width is just greater than that or you’ve resized the window) – scrolling right with the horizontal slider will show the background.

    I am attaching an image to how you.
    http://imgur.com/t8ECG.png

    I can’t tell if its to do with floats, positioning or 100% widths or a combination them.
    Anyone have ideas about this or experience it?

    Thanks
    Rich

    #87192
    jamygolden
    Member

    Giving the body some kind of (min-)width should solve that.

    body {
    min-width: 980px;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.