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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T09:10:52+00:00 2026-06-03T09:10:52+00:00

I am designing a background for my page which will include air bubbles. I

  • 0

I am designing a background for my page which will include air bubbles. I would like to put one bubble image into a lot of places on the screen. I use the following code in my HTML file:

<body>
<div class="bg">
       <img id="bubble" src="images/bubble.png" />
</div>

Is there a way to put this bubble image into several places?

If you can direct me to another post (I couldn’t find any) or give me a solution I will appreciate it. Thanks in advance.

Note: Using a single background file with bubbles already in place is not an option.

  • 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-03T09:10:53+00:00Added an answer on June 3, 2026 at 9:10 am

    Use a CSS style that defines a background-image for the bubble and apply the style to any page element you want to have a bubble. Also define styles to help position the elements.

    .bubble {
      background-image:url('images/bubble.png');
    }
    
    .top {
      position: absolute;
      top: 0;
    }
    
    .bottom {
      position: absolute;
      bottom: 0;
    }
    
    <body>
    <div class="bubble top">
           
    </div>
    <div class="bubble bottom">
    
    <div>
    </body>
    

    There are several other background properties to help you get the affect you want; position, repeat, size, clip.

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

Sidebar

Related Questions

I'm designing an HTML page which has one button. The user clicks the button
while designing my user control, i encountered the following problem: i would like to
So I'm designing a myspace page and I have two images, one is a
I am designing a window using QWidget and set a background image, when i
Background I am designing a system which enables the development of dynamic authentication schemes
I am designing a system which will at some point require to send email
I'm designing my first page using CSS3, and I'm running into a snag. I
I am designing a page with divs in fieldset to create an effect like
Today I was designing a transparent PNG background that would only sit in the
I'm designing a header which is made of 3 parts. The page must be

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.