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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T09:28:16+00:00 2026-06-12T09:28:16+00:00

I have background , picture size is 6 MB and I can’t write background:

  • 0

I have background, picture size is 6 MB and I can’t write background: url(...).

This long page consists of 6 parts and I decide to divide the background to 6 pictures and I want each block’s background to load after each other and show a preloader in each block before the background loads.

<div class="page" id="page_1">
   <div class="preloader"></div>
   <div class="page-content"></div>
</div>

<div class="page" id="page_2">
   <div class="preloader"></div>
   <div class="page-content"></div>
</div>

<div class="page" id="page_3">
   <div class="preloader"></div>
   <div class="page-content"></div>
</div>
.......
  • 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-12T09:28:17+00:00Added an answer on June 12, 2026 at 9:28 am

    As per @meager’s comment, you will be better off splitting the the part with the ship in it, the footer and the repeating background. I already did your homework for this one.

    Check out this JSFiddle to see how I tested it.

    HTML Code

    <html>
      <head>
        ...
      </head>
      <body>
        <div id="top-image">
        </div>
        ...
      </body>
    </html>
    

    CSS Code

    For the top part:

    #top-image {
        background: url('top.jpg');
        background-repeat: no-repeat; /*to counteract the default value*/
    
        width: 100%; /*this may get screwed up otherwise*/
        height: 850px; /*allowing a bit more height to remain safe*/
    }
    

    For the middle repeating part:

    body {
        background: url('middle.jpg');
        background-repeat: repeat-y; /*want this one to repeat*/
        background-position: 0px 835.5px; /*so it fits perfectly with the overlayed image*/
    }
    

    For the bottom footer:

    Figure it out yourself! Nah, kidding. Just use the same principle I used above for the top part.

    Images

    The top ship part:
    top

    The middle repeating part:
    middle

    The footer:
    bottom

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

Sidebar

Related Questions

I have an image inside a div.. the div has a background picture..and I
I have a grid datawindow with a picture in it's background (with dimensions of
Say I have a picture 1000x1000. Is there any way to set a background
I have this background image that is 175x175 but I am trying to make
Please see this This Image for a picture of the problem. I have a
I haven't found an exact question on this. I have a picture, it could
Like I said, picture quality is more important than the size but i have
I have this FrameLayout: <FrameLayout android:layout_width=wrap_content android:layout_height=wrap_content android:id=@+id/searchresult_picture_layout android:background=@drawable/img_bkgd_results_patch> <ProgressBar android:layout_width=20dp android:layout_height=20dp android:layout_gravity=center android:id=@+id/searchresult_progressbar
I want to put on a web page background. I have a background of
Take this trivial example and open it: <html> <body style=background-image:url(http://upload.wikimedia.org/wikipedia/commons/2/21/Mandel_zoom_00_mandelbrot_set.jpg);background-repeat: no-repeat; background-position: top center;>

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.