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 work with a team that has a sharepoint site currently runnning and its
Our intranet site has an unusual set of requirements. It functions like a multi-page
With a customer web site we currently experiences performance problems. While analyzing the problem
I have the following problem: I have a form in site/banen (currently local running
I'm managing an established site which is currently in the process of being upgraded
In one of the ASP .Net site we are currently working we have a
I currently have a site where different users can login, and depending on their
I currently have a site which uses a MySQL 4.x schema, the site uses
I currently have a download site for my school that is based in .net.
I currently have a community site that I run that is made up of

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.