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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T03:39:52+00:00 2026-06-07T03:39:52+00:00

Quite simple, but it’s driving-me crazy I have a div inside a div that

  • 0

Quite simple, but it’s driving-me crazy

I have a div inside a div that has an image inside and I need to align that child div on the right bottom corner ( later I will reproduce the same but to align the div in any of the four corners of the div).

<div class="parent">
    <img src="someimage.jpg" />
    <div class="child">
        <b>Hi there !</b>
    </div>
</div>

The parent div and the image have the same dimensions (900w x 300h) and the child div is 100w x 50h.

  • 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-07T03:39:53+00:00Added an answer on June 7, 2026 at 3:39 am

    You want to absolutely position the div to the bottom right of the parent div.

    .parent {
        height: 200px;
        border: 1px solid;
        position: relative;
    }
    
    .child {
        position: absolute;
        right: 0;
        bottom: 0;
    }
    ​
    

    DEMO

    For the other corners, you can set left and top positions as well.

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

Sidebar

Related Questions

I have a problem that is quite simple to understand, but for me it
I'm trying to achieve something that seems quite simple but I have hard time
I am stuck with something quite simple but really annoying: I have an xml
This should be quite simple, but I can't work out the syntax. I have
This task should be quite simple, but nothing I tried has worked. I'm just
I have a quite simple problem but i can't seem to resolve it. Let's
the task is quite simple, but i have not figured it out yet. one
This might be quite simple but I have spent hours in Google but couldn't
I would like to have a list of windows which is quite simple but
The convention is that you use your company's domain. That is quite simple but

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.