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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T10:30:04+00:00 2026-06-04T10:30:04+00:00

I have 2 div’s that need to stay side by side. For this I

  • 0

I have 2 div’s that need to stay side by side. For this I placed the first one absolut and just added a margin-left to the second one. This works.
But I have the problem that both can have different hights and the element below always needs to be below the highest one.

<div id="header">
    The header
</div>
<div id="contents">
    <div class="sidebar">
        <ul>
            <li><a href="">Link 1</a></li>
            <li><a href="">Link 2</a></li>
            <li><a href="">Link 3</a></li>
            <li><a href="">Link 4</a></li>
            <li><a href="">Link 5</a></li>
        </ul>
    </div>
    <div class="body">
        <p>Some content</p>
    </div>
</div>
<div id="footer">
   The footer
</div>

​
This is the whole code in fiddler:

http://jsfiddle.net/qPtXL/17/

How can I solve that without Javascript? And adding a margin-top to the footer didn’t work either, cause I don’t know how high the contents are.

  • 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-04T10:30:05+00:00Added an answer on June 4, 2026 at 10:30 am

    jsFiddle example

    html:

    <div id="header">
        The header
    </div>
    <div id="contents">
        <div class="sidebar">
            <ul>
                <li><a href="">Link 1</a></li>
                <li><a href="">Link 2</a></li>
                <li><a href="">Link 3</a></li>
                <li><a href="">Link 4</a></li>
                <li><a href="">Link 5</a></li>
            </ul>
        </div>
        <div class="body">
            <p>Some content</p>
        </div>
        <div class="clear"></div>
    </div>
    <div id="footer">
       The footer
    </div>
    

    css:

    #header {
        border: 1px solid red;
        padding: 10px;
        font-size: 20px;
    }
    
    #contents .sidebar {
        width: 120px;
        float: left;
        background-color: gray;
    }
    
    #contents .body {
        margin-left: 120px;
        border: 1px solid green;
    }
    
    #footer {
        border: 1px solid red;
        padding: 10px;
        font-size: 20px;
    }
    
    .clear { clear: both; }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have div that contains 2 divs in it. One of the child divs
It seems that in Firefox, if I have div A with fixed width/height and
I have a div that expands to the height of it's content. It works
I have div tag, I have a free text(on its own) in that tag.
I have div(box) on my page and I'm using this script to display div
In the aspx page I have div with id=progressBar and runat=server .I need to
I have next problem: There is jquery accordion control. One of tab have div
I have div#myid that is resizeable with minHeight = 30px; I want to do
I have div with 6 classes. I want to know if that div has
I have DIV ids in an application that are generated dynamically, with an ID

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.