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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T18:55:59+00:00 2026-05-20T18:55:59+00:00

My site currently has a single, large, static image as its background image. I

  • 0

My site currently has a single, large, static image as its background image. I would like to add a looping slide-show of 3 images above the background image, but still below everything else. The slide-show images are just different sized white pngs with partial transparency, and should fade through smoothly into each other. The intended effect is to continually highlight different areas of the background image (the rest of the page will stay unaffected).

What must I add to my CSS file to place the slide-show above the background image but below everything else? Currently, for the single image I have:

body {
background-color: #000000;
background-image:url('/images/wallpaper.jpg');
background-attachment:fixed;
background-repeat:no-repeat;
background-position:top center;
color: #555; 
font: 70%/1.5  Verdana, 'Trebuchet MS', arial, sans-serif;
text-align: center; 
margin: 15px 0;
}

I found a jQuery application (Innerfade) for fading images, do I need to add anything to my body of my page to run it, or will everything work from the CSS?

Thankyou for any help!

  • 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-20T18:55:59+00:00Added an answer on May 20, 2026 at 6:55 pm

    You need to position the elements with different z-indexes.
    For example

    #slideshow{
    position: relative;
    z-index: 1;
    }
    
    #otherContent{
    position: relative;
    z-index: 2
    }
    

    The position is needed for z-index to work.
    Now the slideshow has a lower z-index (depth in space) as the otherContent.

    Hope this helps.

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

Sidebar

Related Questions

I manage a large asp.net site which has previously been converted from static html
I'm working on a site currently which has a simple css nav menu with
I am currently in charge of transferring a site from its current server to
I am building a subscription based web site, which currently has three subscription levels,
I currently have a website which has a WebForms 4 site. This website is
I'm currently working on a site that has a hidden section (schedule, rates). When
I'm managing an established site which is currently in the process of being upgraded
I currently have a site where different users can login, and depending on their
I currently have a download site for my school that is based in .net.
Currently I am developing a site with about seven partial classes, a few icons,

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.