Forums

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

Home Forums CSS [Solved] Columns Not Going 100% Height

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #29710
    Alireza
    Participant

    Hi.
    i want to make dynamic menu and content-column.
    i made a div named page-wrap and its include content-column and menu and footer .(i fixed width size for page-wrap)
    height:100% doesn’t work and i don’t know why!
    (i showed my problem in the images)

    #80284
    TheDoc
    Member

    Don’t worry, it’s a very common problem.

    https://css-tricks.com/super-simple-two-column-layout/

    #80287
    Alireza
    Participant

    thanks for your reply.
    i knew this solution i just wanted to know is there anyway to make that right without using any background image.(i now i guess there isn’t any)
    but i still can’t understand why height:100% doesn’t work.

    #80288
    TheDoc
    Member

    Simply because "height: 100%" is doing exactly what it thinks it should be doing, it is filling up 100% of the content it is containing.

    #80294
    Alireza
    Participant

    thanks

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