Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 325309
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T09:12:18+00:00 2026-05-12T09:12:18+00:00

I have a page with a variable-height header, content area, and footer. I want

  • 0

I have a page with a variable-height header, content area, and footer. I want the content area to always fill the viewport, and grow vertically to fit content as necessary. I’ve found lots of examples of doing this with fixed-height headers, but none where the height is unknown.

Any solution needs to work in IE 6, 7 and 8, Firefox 3.x and Safari 4. Can this be done with pure CSS? Do I have to give in and resort to table-based layout?

EDIT:
An additional requirement is that I can place elements inside the content area and get them to expand to the full height of the content area (be it viewport height – header height – footer height or larger than that). Some of the content we want to display has “header” and “footer” sections of their own, so what I’m really looking for is a nestable solution.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T09:12:18+00:00Added an answer on May 12, 2026 at 9:12 am

    Ok so the min-height CSS property doesn’t work 🙂

    I played around with an actual HTML file now and I believe I found a way.

    .header-footer
    {
        height: 10%;
        background-color: lightYellow;
        display: table;
        width: 100%;
    }
    
    .container
    {
        margin-left: auto;
        margin-right: auto;
        height: 80%;
        width: 100%;
        display: table;
    }
    
    .inner
    {   
        background-color: lightPink;
        height: 100%;
    }
    

    We use the display: table property to make sure each <div> sits nicely under and over the other ones.

    NOTE: You have to set a height property for each of the elements on the page. It doesn’t have to be as large as 10% that I chose, but at least something. Once the content is inserted into the element that is larger than the height value it should expand.

    I’ve created two seperate HTML pages for you to examine to see if this suits you:

    • Content not larger than the viewport
    • Content larger than viewport

    Hopefully this is what you’re looking for.

    Thanks

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i have a variable $cartTotal in cart.php page i want to use that same
I'm trying to make a page where I have a fixed height header and
I have a page-scoped component, which has an instance variable List with data, which
Can you setup a variable for javascript in one page and have another page
I have stored page contents (tables, plain text, images and paragraphs) into a variable.
I have a variable that contains the entire html for a page as a
I have some variable where everytime the form is submiited or page is refreshed,
I have a class level price variable decalred inside a page, like this: public
I have the contents of a web page assigned to a variable $html Here's
I have a simple page setup such as: <div id=aboutUs> About us content... </div>

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.