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 6914855
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T09:24:04+00:00 2026-05-27T09:24:04+00:00

I am drastically trying to find way to make a div 100% height of

  • 0

I am drastically trying to find way to make a div 100% height of it’s parent. Only trick is that the parents height is going to be dynamic.

Any ideas on this? I cannot find a solution anywhere?

  • 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-27T09:24:05+00:00Added an answer on May 27, 2026 at 9:24 am

    That’s because there isn’t a clean solution…they’re all hacks. see abcoder

    You can use javascript/jquery,

    $(function () {
        var maxheight = Math.max.apply(null,$('.col').map(function () {
            return $(this).height();
        }));
        $('.col').height(maxheight);
    });
    

    js fiddle — uses box-sizing so that I could put some padding on the columns, but isn’t strictly necessary.

    Or you can wrap all your divs in another div, and then use a vertically-tiled background on the containing div to give the appearance that they’re separate columns, even though the inner divs don’t extend all the way down.

    Tables or emulated tables (using CSS) will also work.

    I think there may be some solutions involving CSS3 these days, however. This answer is from 2011, so use your judgement.

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

Sidebar

Related Questions

I'm trying to find a good XCode 4 tutorial out there that does the
I'm trying to develop an app that uses opengl on android, and ideally make
I would like to test a web app that was drastically redesigned to use
I'm fairly new to search engine optimization. But, I've heard that sitemaps can drastically
I recently discovered that some functionality has been changed drastically in the DataGrid since
If I could find a way to do something similar to this, I could
I'm trying to debug a fairly complex stored procedure that joins across many tabls
I'm trying to teach myself some Prolog so that I can determine its fitness
I am trying to write an OpenGL wrapper that will allow me to use
I'm trying to find out if it will be a better use of my

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.