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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T17:24:50+00:00 2026-06-14T17:24:50+00:00

Possible Duplicate: Multiple background-images and a background-color Can I have two background images and

  • 0

Possible Duplicate:
Multiple background-images and a background-color

Can I have two background images and a background color?

Currently I just have this code to achieve the desired effect:

#myelement {
   background: url("http://zbee.me/tz/bottom-right.png") no-repeat right bottom, 
   url("http://zbee.me/tz/top-left.png") no-repeat left top, 
   url("http://zbee.me/tz/bg.png");
}

But I want to use something like this:

#myelement {
   background: url("http://zbee.me/tz/bottom-right.png") no-repeat right bottom, 
   url("http://zbee.me/tz/top-left.png") no-repeat left top;
   background-color: #35434E;
}

Is it possible?

  • 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-14T17:24:51+00:00Added an answer on June 14, 2026 at 5:24 pm

    if you are looking to have two images at the same time and they will remain like that then you can look at this post, it explains what you need: Can I have multiple background images using CSS?

    Unfortunately you can’t have such combination if you want to manipulate the backgrounds separately, but you can overlap divisions like in layers each with its own background.

    Your best shot would be to have two divisions inside a division, each with its own background and position, make sure that the parent is relative and the children absolute:

    <div id="wrapper">
      <div id="bg1"></div>
      <div id="bg2"></div>
    </div>
    

    CSS:

    #wrapper{
     position:relative;
     width:500px;
     height:500px;
     background: /* The bacground color you need */
    }
    
    #bg1{
     position:absolute;
     width: 250px;
     height:500px;
     right:0;
     background: /* The bacground you need and position */
    }
    
    #bg2{
     position:absolute;
     width: 250px;
     height:500px;
     left:0;
     background: /* The bacground you need and position */
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: Can I have multiple background images using CSS? Is it possible to
Possible Duplicate: Can I have multiple background images using CSS? I am making a
Possible Duplicate: Multiple Inheritance in C# I have two classes Class A and Class
Possible Duplicate: Multiple forms on ASP.NET page i have a doubt. can we place
Possible Duplicate: Multiple select options in one row I have the following code but
Possible Duplicate: returning multiple values from a function Suppose i have passed two values
Possible Duplicate: Can you have multiple $(document).ready(function() sections? Is it OK to have multiple
Possible Duplicate: jQuery attribute selector for multiple values I have this $('input:radio[name=foo]').change(function() { blah();
Possible Duplicate: Bind multiple events to jQuery 'live' method I have the following function:
Possible Duplicate: SQL Server: Can I Comma Delimit Multiple Rows Into One Column? I

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.