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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T15:27:30+00:00 2026-05-25T15:27:30+00:00

I have a large DIV with information at the top. I also have a

  • 0

I have a large DIV with information at the top.
I also have a image and I want the image to sit at the very bottom.
I could use a large margin to push it down but there must be a better way.
Some of the code:

Image:

 <div id="containerBody">
  <div id="facebookTwitter">
  <img src="images/site/common/social-media-twitter-seemeagain-dating2.png"/>
  </div>
 </div

Image size around 300*100 and DIV size around 960*1500

How can I get an image to sit at the VERY bottom of DIV?
The text and images already in the DIV are using float left for position – they sit close to the top.

thx

  • 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-25T15:27:30+00:00Added an answer on May 25, 2026 at 3:27 pm

    One way is to make use of the absolute positioning in your CSS to position your div containing the image exactly where you want it inside of a relative positioned div. Note that this is an important aspect. Else it will be positioned absolute in relation to your browser window.

    So something like:

    div#containerBody {
        position: relative;
    }
    
    
    div#facebookTwitter {
        position: absolute;
        bottom: 0px;
        height: 35px; //should be your image height
        width: 120px; //should be your image width
    }
    

    An easier solution would be to just use the background CSS property of your containerBody div like this:

    div#containerBody {
        width: 100%;
        height: 500px;
        background-image:url('images/site/common/social-media-twitter-seemeagain-dating2.png');
        background-repeat: no-repeat;
        background-position: center bottom;
    }
    

    I made an example for you here on JSFiddle.

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

Sidebar

Related Questions

I have a large image iI want to set as background for a div.
I have a large image that is within a smaller div. I need the
I have a large div that I want to put content in. I want
I have a large div with the site header/logo as the background image. Is
I have one large div with one smaller div inside it. The smaller div
I have large set of flow charts and workflow diagrams. I want to draw
I have a large HTML document which has roughly this structure: <div id=a> <!--
I have a large background div, on which i have bound a function via
I have a large table with with each cell being 25x25 and a div
I have a large DIV of 586px width. Within this are two smaller DIVs,

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.