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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T17:16:24+00:00 2026-05-22T17:16:24+00:00

Using CSS, how can I display an image behind some text and also offset

  • 0

Using CSS, how can I display an image behind some text and also offset it on both the X and Y axis?

I have a design that is 950px wide, so I’m wanting want this image to remain ‘in sync’ with the rest of the header by placing it in a container that is centered and also 950px wide.

My problem is that instead of the image being ‘a layer behind’ the header text, it is instead displaying the image in full and pushing the rest of the contents down.

Any help is greatly appreciated.

IMAGE ADDED FOR CLARIFICATION
Clarification Image

Thanks,
Andy.

  • 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-22T17:16:25+00:00Added an answer on May 22, 2026 at 5:16 pm

    use Percentage values in your background positions in your css

    .divName {
       background-position: 50%;
    
    }
    

    or using words like top or bottom …

    See the full list of values here

    UPDATE;

    use the image as a background image instead of inline html image

    <div class='content'>
        <p> Some content</p>
        <p> More content</p>
        .... even more content ...
    </div>
    

    Now the css:

    div.content {
       background-image: url('image path');
       background-position: 50%;
    }
    

    This way the image will always be behind the content, and it will be in the center of the div.

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

Sidebar

Related Questions

How can I do this using CSS and HTML? Bordered text surrounded by colored
How can I hide the scrollbar of using css/jQuery? I notice that the slideDown()
I have an ASHX handler that I am using to display images that are
I've got a simple CSS/HTMl question. I've got an image and some text in
as you can see in the following image, i have a simple form that
I have a navigation bar/list that is using only HTML and CSS. The background
What is preferred way to add discount tags over some product image using css?
Using css only, how can I override the css of only the 2nd column
How can I create rounded corners using CSS?
How can I set the background color of an HTML element using css 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.