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

  • Home
  • SEARCH
  • 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 8005809
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T17:19:15+00:00 2026-06-04T17:19:15+00:00

The question seems to be simple but I am not getting it done. I

  • 0

The question seems to be simple but I am not getting it done.

I have a web project I am working on with body’s overflow set to hidden. So I cannot put contents in the page with more than the height of the available space or else they will be hidden.

Now I have four graphs/charts to show on a page each taking equal space. I have tried to put each in a table of 2 rows and 2 columns. But no matter what you try, table’s height always overflows the page height and the contents become hidden. I could though control the width of the cells by giving each 50% width and setting table-layout: fixed;

How can I implement it? Using div or using table? Please help me create div or table cells with exactly the same size in height and width; and not overflow the page height.

  • 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-06-04T17:19:16+00:00Added an answer on June 4, 2026 at 5:19 pm

    SOLUTION – adjust to your own need.

    <style type="text/css">
        #container {
            height:200px;
            width:400px;
            overflow:hidden;
            border:1px solid #000;
        }
        .item {
            float:left;
            height:100px;
            width:50%
        }
        .item-a { background-color: #CCC; }
        .item-b { background-color: #AAA; }
        .item-c { background-color: #900; }
        .item-d { background-color: #9CC; }
        .clear {
            clear:left;
        }
    </style>
    
    <div id="container">
        <div class="item item-a">abc</div>
        <div class="item item-b">abc</div>
        <div class="item item-c">abc</div>
        <div class="item item-d">abc</div>
        <div class="clear"></div>
    </div>
    

    here is the equivalent table method with the same CSS as the div method

    <div id="container">
        <table cellpadding="0" cellspacing="0" border="0" width="100%">
            <tr>
                <td class="item item-a">a</td>
                <td class="item item-b">b</td>
            </tr>
            <tr>
                <td class="item item-c">c</td>
                <td class="item item-d">d</td>
            </tr>
        </table>
    </div>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a what seems to be a simple question but for the life
I have what seems to be a simple question but its killing me trying
this seems like a simple enough question but I can't seem to find a
This seems like a simple question, but it is difficult to search for. I
This seems like a simple question, but has proven to be difficult to find
This seems to be an embarrassingly simple question, but, after a day of reading
This may seem like a simple question but i am getting an error when
I have what seems to be a simple question about EF 1.0 and have
This seems like an incredibly simple issue but I have no idea why I'm
I imagine that this is a simple question, but I'm getting some strange results

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.