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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T18:10:41+00:00 2026-06-17T18:10:41+00:00

I am currently adding a interactive menu on my website that offers information on

  • 0

I am currently adding a interactive menu on my website that offers information on certain features on mouseover.
The individual list items expand/ collapse their information on mouseover/ mouseout but when hovering a list item it pushes the other items down causing them to cross your cursor which makes them expand and this can happen many times so it keeps bouncing between expanded and collapsed state many times.

If you fly your cursor over the list items a couple times you can force the error that I’m trying to fix.

I thought that there must be a way to prevent the unintentional expanding of certain list items. For example making it so that the currently expanded item has to collapse before another can open? But I don’t know how to express that in code language.

here is the element I am talking about: http://jsfiddle.net/JHLQv/3/

below is how I coded the expanding/ collapsing mechanism. The below code has information in it about the first 2 list items but I have it like this for each list item just so you know.

$("#li_bar_1").hover(
function() {
  $(div_expandable).animate({
    height: '+=130'
    }, 'slow'
  );
},
function() {
  $(div_expandable).animate({
    height: '-=130px'
    }, 'slow'
  );
}
);
$("#li_bar_2").hover(
function() {
  $(div_expandable_2).animate({
    height: '+=130'
    }, 'slow'
  );
},
function() {
  $(div_expandable_2).animate({
    height: '-=130px'
    }, 'slow'
  );
}
);

greetings

  • 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-17T18:10:43+00:00Added an answer on June 17, 2026 at 6:10 pm

    I guess you should use this plugin, Hover Intent, for preventing this behavior.

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

Sidebar

Related Questions

I currently am adding some features to our logging-library. One of these is the
Currently I have a loop that tries to find an unused filename by adding
I've currently adding a bit of functionality that manages holiday lettings on top of
I'm currently adding iCloud support for my app, but i noticed that in the
I'm currently adding an out of office like system to a website, where users
I am currently adding features to a PHP web application for a client. They
Is it possible to get a list of the files that are currently selected
Im currently adding different features to a very simple digital image processing program. It
I am currently adding a class name animate to <li> items with this script:
I'm currently adding a div to use as a slider programmatically, but when I

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.