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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T02:51:57+00:00 2026-05-28T02:51:57+00:00

I have a div with a height of 100% and a solid border. when

  • 0

I have a div with a height of 100% and a solid border. when i have too much content, it will display outside the div border.

how do i expand the div to the height of all the content inside the border instead of just 100% of the screen size?

the height:100% seems to be measuring the screen height but not the content inside of it.

<style>
#container{
    height:100%;
    width:100px;
    border:1px solid black;
}
</style>
<div id="container">

link to problem sample page

  • 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-28T02:51:58+00:00Added an answer on May 28, 2026 at 2:51 am

    Such a problem can be easily solved using the elusive clearfix! First off, remove all those height:100%; declarations you have for your #container, they’re not needed, and try this in your CSS:

    #container:before, #container:after {
      display: table;
      content: "";
      zoom: 1;
    }
    
    #container:after {
      clear: both;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the height of this div set to 100% but content keep overflowing
I have a page with a Google Maps div: <div id=map_canvas style=width: 100%; height:
I have a Div that is 400px in height with the ID content, I
I have a div that is set to 100% height, and it renders perfectly,
Let's say I have to following code - <body> <div id=outerdiv style=border: 1px solid
So i have this code <html> <head> <style type=text/css> div.one { border:1px solid black;
I have a div that will not stay put, it travels outside of the
I have a question regarding how to get a div height. I'm aware of
I have a div with a set height of 200, and sometimes there's enough
I have a wrapper div with a height of 600px and a width of

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.