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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T15:09:56+00:00 2026-06-17T15:09:56+00:00

I have two picture on which a DIV shows upon hovering, showing some user

  • 0

I have two picture on which a DIV shows upon hovering, showing some user info. The looks of it is as intended, but I can’t figure how to only show the info on the hovered image.

How can I do this?

Here’s a live working example of the code:
http://jsfiddle.net/uvHw4/

Raw javascript code:

$(document).ready(function() {
    $('.start_profile_container_text').hide();
    $('.start_profile_container').mouseenter(function() {
        $('.start_profile_container_text').show('slide', { direction: "down"} ,'fast');
    });

    $('.start_profile_container').mouseout(function() {
        $('.start_profile_container_text').hide('slide', { direction: "down"} ,'fast');
    });

});
  • 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-17T15:09:57+00:00Added an answer on June 17, 2026 at 3:09 pm

    Change your script to this:

    $(document).ready(function () {
      $('.start_profile_container_text').hide();
    
      $('.start_profile_container').mouseenter(function () {
        $('.start_profile_container_text', this).show('slide', {
          direction: "down"
        }, 'fast');
      });
    
      $('.start_profile_container').mouseout(function () {
        $('.start_profile_container_text', this).hide('slide', {
          direction: "down"
        }, 'fast');
      });
    
    });
    

    The difference to your code is simply adding a this to the show/hide function to relate to the actual element.

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

Sidebar

Related Questions

I have two controls which are both contained within a user control. Panel location:
Am working on some application. However, i have finished two modules which invoke the
I have two tables User and UserRole which are they connected using a link
I have a middleContent div which has two sub-divs acting as columns. The middleMain
I have two models : Category and Picture which refers to two tables, Categories
I have two models, Picture and SubmittedPicture as follows: class Picture(models.Model): user = models.ForeignKey(User)
I have two Data Base which is shown in the attacted picture I have
When Using UIPickerController I have two choices on my App: take a picture take
I have Two tables. 1.Users table (Username , Name) 2.Picture table( ID , Username
I have two classes (MVC view model) which inherits from one abstract base class.

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.