Forums

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

Home Forums CSS horizontal scrolling /w divs

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #31714
    zooveo
    Member

    I’m using the following layout from http://matthewjamestaylor.com/blog/perfect-3-column.htm

    What I’m trying to do is add horizontal scrolling to a row of divs (each with an image and text) in the center column. However, the overflow along with the scroll bar (non-functional and grayed out) is overlapped by the rightmost column.

    #container {
    overflow-x:scroll;
    overflow-y:hidden;
    width: 1500px;
    border: 1px red solid; /* debug */
    }

    .child {
    float:left;
    }
Viewing 1 post (of 1 total)
  • The forum ‘CSS’ is closed to new topics and replies.