100% css height

Out of context: Reply #14

  • Started
  • Last post
  • 16 Responses
  • neverblink0

    you could do the following:
    Set the container's height to 100%. Inside the container create a main_column with min-height set to 100%. Inside the main_column create a right_column with: position:absolute; top: 0; right: 0; width: 30%; height: 100%;

    The only problem I can forsee with that, is that you will need to set any content inside the main_column to a specific width, otherwise it will go under the right column. (So if there is a paragraph inside the main_column and the right_column is 30%, set the width of the paragraph to 70%;)

View thread