Forums

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

Home Forums CSS CSS Layouts 2 columns

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #24761
    davidrtk
    Member

    I have been having this question in my head for weeks and I just wanted to know what everybody else does is.

    Lets say we have a two column layout.. a sidebar and a main content. the sidebar will be 200px and the main content will be 500px.

    To be short the question is that I have seen several solutions and would want to know whats the recommended.

    1. Would be to float both to the left, and main content to have a margin of 200px.
    2. Would be to float the sidebar to the left and just have a margin for the main content of 200px.
    3. As Andy Budd describes it is to float the sidebar to the left and the main content to the right, wrapped in a in a container.

    Please let me know what the best practice is, I have seen so many different ways and it just drives me nuts..

    Thanks,

    David

    #57079
    TheDoc
    Member

    I would float one to the left and one to the right. It makes the most logical sense, and therefor is my choice.

    #57082
    chazzwick
    Member

    no 3 is what i always do

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.