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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T19:54:59+00:00 2026-06-14T19:54:59+00:00

i am trying to implement three features: a scrollable div containing image thumbnails that

  • 0

i am trying to implement three features:

  1. a scrollable div containing image thumbnails
  2. that can be sorted by jquery isotope
  3. that when hovered over display a div on top of other elements and beyond immediate containers.

at the moment i can get either one or the other happening ie either the scrollbars show but then the hover state div is behind other elements, or i can get the hover state div in front of other elements but then the scrollbar does not display.

jsfiddle

http://jsfiddle.net/rwone/PUKjy/

script

$(".magic").hover(

function() {
//console.log($(this).find('.hidden_db_data_div').position().left);
console.log($(this).position().top);
$(this).css("z-index", "999").find('.hidden_db_data_div').css({
'left': $(this).position().left + 40 + "px" + "!important",
'top': '-50px'
}).fadeIn(500);

}, function() {
$(this).css('z-index', '').find('.hidden_db_data_div').fadeOut(100);
});

thank you.

  • 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-14T19:55:00+00:00Added an answer on June 14, 2026 at 7:55 pm

    resolved

    http://jsfiddle.net/rwone/89P9m/

    code

    $(".magic").each(function() {
    
    var hiddenDiv = $(this).find(".hidden_db_data_div"),
    parentElement = $(this),
    api = {};
    
    api.isOpen = false;
    
    api.timeout = null;
    
    api.position = function(){
    hiddenDiv.css({
    "top": parentElement.offset().top - $("#wrapper").offset().top - 50,
    "left": parentElement.offset().left - $("#wrapper").offset().left +20 
    });
    }
    
    api.resetTimeout = function(){
    
    clearTimeout( api.timeout );
    }
    
    api.startShowing = function(){
    
    api.resetTimeout();
    
    api.timeout = setTimeout(function(){
    api.show();        
    },300);
    }
    
    api.startHiding = function(){
    
    api.resetTimeout();
    
    api.timeout = setTimeout(function(){
    api.hide();        
    },150);
    }
    api.show= function(){
    
    if(!api.isOpen){
    
    api.position();
    
    hiddenDiv .fadeIn(500);
    
    api.isOpen = true;
    
    $("#isotope_container").bind("scroll.hiddendiv",api.position);
    
    }
    }
    
    api.hide = function(){
    
    if( api.isOpen ) {
    api.isOpen = false;
    $("#isotope_container").unbind("scroll.hiddendiv");     
    hiddenDiv.fadeOut(100);
    }
    
    }
    
    hiddenDiv.bind("mouseenter", function() {
    
    api.resetTimeout();
    
    }).bind("mouseleave", function() {
    
    api.startHiding();
    
    }).css("z-index", 100).appendTo("#wrapper"); 
    
    $(this).data("hiddenApi",api );
    
    }).bind("mouseenter", function() {
    
    var api = $(this).data("hiddenApi");
    
    api.startShowing();
    
    }).bind("mouseleave", function() { // start closing timeout once mouse leaves isotope element
    
    var api = $(this).data("hiddenApi");
    
    api.startHiding();
    
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm working on a project that's trying to implement some editing features using a
I'm trying to implement invitations with Game Center and there's one thing that i
Is there any open-source software that is trying to implement and emulate the human
Just trying to implement these buttons at the moment: http://web.archive.org/web/20110721191046/http://particletree.com/features/rediscovering-the-button-element/ Can't decide which to
I'm trying to implement i18n features in my grails app, but not only for
I'm trying to implement a feature where a user can request to save a
I am trying to implement a groups feature similar to that of Facebook in
I'm trying to implement the following jQuery popout feature on my site: http://yensdesign.com/2008/09/how-to-create-a-stunning-and-smooth-popup-using-jquery/ I
So I am trying to implement a basic image lazy load feature to speed
I am trying to implement some kind of Zoom/Pan features to maps generated with

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.