Forums

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

Home Forums CSS Having problem with Float

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #40216
    jillz
    Member

    I have a main container and two div classes inside it. One is sidebar and another is content area. I want the sidebar to be fixed and the content area fluid depending on the screen size of the page. The sidebar width is 195px and should be align to left. Content area to the right with width (screen resolution – 195px).

    Can I have a pure solution for this?

    #111494
    Paulie_D
    Member

    Although what I think you really want will only work with the flex-box property..this seems to be working

    http://codepen.io/Paulie-D/pen/cHBfa

    #111498
    HemZone
    Member

    Agree with Paulie :)

    #111539
    wolfcry911
    Participant
Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.