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

The Archive Base Latest Questions

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

I have a header which has a large image floated on one side, and

  • 0

I have a header which has a large image floated on one side, and a small paragraph of text on the other side. I want the paragraph to start at the bottom of the header div. If there were 5 lines in the paragraph, I want the last line to be at the bottom of the header. I’m having trouble getting the paragraph to align itself down there.

I have something like this:

<div id='header'>

     <img id='logo' />

     <p id='quote'></p>

</div>

And the CSS is:

div#header {
    height: 200px;
}

div#header img#logo {
    float: left;
}

p#quote {
    float: left;
}
  • 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-27T08:28:58+00:00Added an answer on May 27, 2026 at 8:28 am

    http://jsfiddle.net/danheberden/ymwPe/

    <div id="container">
        <div id="gonnaBeOnTheBottom">
            <p>Hi there!</p>
            <p>I'm on the bottom!</p>
        </div>
    </div>
    

    css:

    #container {
        background: #EEE;
        height:400px;
        width:400px;
        position:relative;
    }
    #gonnaBeOnTheBottom {
        position:absolute;
        bottom:0;
    }
    

    by setting position:relative on the parent container, you can absolute position elements inside of it 🙂

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

Sidebar

Related Questions

Hope someone has an easy answer on this. I have a header image which
I have a header row which has this structure: <th... <a... <span... {text} If
I currently have a custom TabItem which has a custom header, which is defined
I have a header.html which start with session_start();. Then the following code, $_SESSION['cart'][$sw_id] is
So I have a header file which has function implementations in it as well
I have some large csv file, with about 200 header names (the first one
I have a view which contains (among other columns) a header name, and an
I have a swing component which draws a fixed large (but fixed) vector image
We have a large ASP.Net website that has a single css stylesheet which is
Following the post , if I have header file,which has some functions implementations in

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.