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

  • Home
  • SEARCH
  • 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 1102655
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T01:13:12+00:00 2026-05-17T01:13:12+00:00

Our team is currently working on completely redesigning our school’s website and one of

  • 0

Our team is currently working on completely redesigning our school’s website and one of our projects currently underway is a lightweight photo slideshow which you can find here.

Right now, when the user enters the space between two thumbnails, they all fade. What is the best way to organize them so that they all “unfade” when the user enters the general area of the thumbs? A div comes to mind, but I’m a little fuzzy on how we could implement it.

All help is much appreciated. None of us are particularly strong when it comes to styling with javascript, so this is a fun learning experience for us.

Many thanks,

Justian Meyer

  • 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-17T01:13:12+00:00Added an answer on May 17, 2026 at 1:13 am

    html

    <div id="wrapper">
      <img class="big" ..../>
      <div id="hover_area" onmouseover="startUnFade();">
        <img class="thumb" ..../>
        <img class="thumb" ..../>
        <img class="thumb" ..../>
      </div>
    </div>
    

    you can set postion of wrapper div on the page.

    css

    #wrapper {
      height: 420px;
      width: 660px;
      position: relative;
    }
    #hover_area {
      position: absolute; /* this will position your thumbnails relative to wrapper */
      right: 0;
      bottom: 0;
      padding: 5px; /* space at right and at the bottom */
    }
    /* and put you images one each other*/
    #hover_area img.thumb {
      float: left;
      padding: 5px; /* 10px space between images */
      width: 50px;
      height: 50px;
    }
    

    And you shouldn’t use inline styles create a class atribute and put style in css file.

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

Sidebar

Related Questions

Our team is currently working on a large project which makes heavy use of
We (small team) currently have our Visual Studio projects on a network drive (no
Currently our team of 11 people is working on a project on asp.net platform.
Our team is currently working on some killer ios location app that we fear
Currently our dev team uses this pattern, but I can't help but wonder if
Our development team uses Eclipse + Aptana to do their web development work. Currently,
We are currently setting up Team Build 2010 for our company, and I am
One of the programmers on our team is leaving for greener pastures. We will
I am currently working on a project where a team of us are designing
My team and I are currently working on a university project. We were given

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.