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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T04:53:29+00:00 2026-06-12T04:53:29+00:00

Basically, I want this sort of functionality but less complicated: http://www.blueacorn.com/team/ I have a

  • 0

Basically, I want this sort of functionality but less complicated: http://www.blueacorn.com/team/

I have a ul of various li’s containing pictures which will link to a LinkedIn account only (not Twitter as well like in the example). I want it to be that when you hover over one of these pictures, a jQuery animation will display an image over it and you will be able to click on it to go to their LinkedIn. (Eventually these will all be different people’s pictures.)

Here’s my JFiddle: http://jsfiddle.net/h5y64/

If possible, I do NOT want to create an id for each box as I am going to have 40+ of them (and growing).

My main issues are:

1) I cannot get the divHover to properly animate itself on top of the picture I hovered over (it goes all over the place!)

2) I cannot get the divHover to link to different webpages.

I am sure there is a way for me to do this dynamically, but I can’t figure it out.

BTW, this question is similar but relies on creating an id for each block: How to position a hover div based on the position of the element

I haven’t really been able to find a good example of this (that I could understand). But the problem is hard to describe, so maybe I missed it.

I am still new to jQuery, so if possible please dumb down your answers. 🙂

Thanks in advance!

  • 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-12T04:53:30+00:00Added an answer on June 12, 2026 at 4:53 am

    I’ve made a quick example of how i would do it.
    Just like on blueacorn, i added the overlay to each li in advance, so there can be multiple of them visible. (if one is still sliding down, others can slide up at the same time).

    You also had some problems in your HTML, like a around li, wich is not allowed.

    Here’s my example:

    Demo:

    http://jsfiddle.net/bYcmc/

    HTML:

    <ul>
        <li>
            <div>
                <img src="http://w3schools.com/css/klematis.jpg" />
                <a href=""></a>
            </div>
            <h6>Name 1</h6>
        </li>
        .
        .
        .
    </ul>
    

    JS:

    $('li').hover(function() {
        $(this).find('a').stop().animate({
            'top': '0%'
        }, 300);
    }, function() {
        $(this).find('a').stop().animate({
            'top': '100%'
        }, 300);
    })​
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This is what I'm talking about: http://www.asp.net/AJAX/AjaxControlToolkit/Samples/ComboBox/ComboBox.aspx basically I want to have a drop
I'm using this plugin and here is the code: http://jsfiddle.net/gm8t5/ Basically I want to
I've Googled for this but must be using the wrong keywords. Basically I want
I have been stumped all day on this problem. Basically I want to check
I have this form. Basically what I want is to send a auto-response with
I basically want to do this in code: PersonList myPersonList; //populate myPersonList here, not
Basically i want to do this. aa causes a bad cast exception. NOTE: o
I just want to design this very simple website. Basically there are multiple pages
Basically i got this for loop and i want the number inputed (eg. 123)
Basically, I want to do something like this (in Python, or similar imperative languages):

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.