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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T03:24:29+00:00 2026-06-02T03:24:29+00:00

I cannot seem to put the div id=navigation to bottom align with the image.

  • 0

layout of my page
I cannot seem to put the div id="navigation" to bottom align with the image. Could anyone help me with the CSS? Thanks!

Here is the HTML code:

<body>
  <div class="container">
    <div class="header"><img id="logo" src="images/logo.png" />
      <div id="navigation">
        <ul>
          <li><a href="#">Menu link 1</a></li>
      <li><a href="#">Menu link 2</a></li>
          <li><a href="#">Menu link 3</a></li>
        </ul>
      </div>
    </div>
    <div class="sidebar">Sidebar</div>
    <div class="content">Main content</div>
    <div class="footer">Footer content</div>
  </div>
</body>

And the CSS:

.container {
width: 80%;
max-width: 1260px;
min-width: 780px;
background: yellow;
margin: 0 auto;
}

.header {
width: 100%;
float: left;
background: orange;
}

#logo {
float: left;
display: block;
}

#navigation {
margin-left: 50px;
padding: 0px 50px 0px 0px;
float: left;
background: pink;
}

#navigation ul {
list-style-type: none;
}

#navigation li {
display: inline;
}

#navigation a {
float: left;
margin: 0px 80px 0px 0px;
}

.sidebar {
clear: both;
float: left;
width: 20%;
background: red;
}

.content {
float: left;
width: 80%;
}

.footer {
clear: both;
position: relative;
background: green;
}
  • 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-02T03:24:31+00:00Added an answer on June 2, 2026 at 3:24 am

    Or you can set the height of your header and the headers position to relative, to set the navigation to bottom: 0px;

    .container {
    width: 80%;
    max-width: 1260px;
    min-width: 780px;
    background: yellow;
    margin: 0 auto;
    height: 150px;
    }
    
    .header {
    width: 100%;
    float: left;
    background: orange;
        position: relative;
    }
    
    #logo {
    float: left;
    display: block;
    }
    
    #navigation {
    margin-left: 50px;
    padding: 0px 50px 0px 0px;
    float: left;
    background: pink;
        position:absolute;
        bottom:0px;
    }
    
    #navigation ul {
    list-style-type: none;
    }
    
    #navigation li {
    display: inline;
    }
    
    #navigation a {
    float: left;
    margin: 0px 80px 0px 0px;
    }
    
    .sidebar {
    clear: both;
    float: left;
    width: 20%;
    background: red;
    }
    
    .content {
    float: left;
    width: 80%;
    }
    
    .footer {
    clear: both;
    position: relative;
    background: green;
    }​
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I cannot seem to figure out I am getting the following error in IE
i cannot seem to find the answer to this. i uploaded code to pastebin
I cannot seem to write to a file. I create the file and directory
I cannot seem to find a way to have LINQ return the value from
I cannot seem to get this date picker working at all. I know it
I cannot seem to get the quotes around this statement right. No matter what
I cannot seem to find the answer to this I am looking for a
For some reason I cannot seem to get a ko.computed observable to compute when
I have this design which I cannot seem to get right, I would like
I am stuck on this issue and cannot seem to find a way around

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.