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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T23:16:27+00:00 2026-06-05T23:16:27+00:00

I have put together a navigation bar which expands a submenu on hover. See

  • 0

I have put together a navigation bar which expands a submenu on hover. See my jsFiddle.

If you hover on the menu items, the submenu expands beyond the parent <nav> (which I have coloured blue). What I am after is for the blue <nav> element to expand with the child <ul>.

I don’t know if I need a jQuery or css solution but everything I have tried so far has been in vain.

AND

If your mouse happens to quickly hover across the navigation, say from ‘MENU 3’ to ‘MENU 1’ then rest on a submenu item such as ‘ONE A’ (before it actually appears), the jQuery gets stuck in a repeating loop where each submenu opens and closes.

What needs to be changed to prevent this happening?

  • 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-05T23:16:28+00:00Added an answer on June 5, 2026 at 11:16 pm

    Add stop() after $(this).find(‘ul’) this should help with animations.

    $(document).ready(
    
    function() {
        $('.menu li ul').hide();
        $('.menu li').hover(function(e) {
            $(this).find('ul').stop().slideToggle("slow");
        });
    });
    

    And the reason menu does not expand is that your “.menu li ul” is set to position absolute. When element has absolute position it is removed from the normal flow

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

Sidebar

Related Questions

I put together a simple drop-down navigation that expands when you hover over a
I'm trying to put together a navigation menu that uses click instead of hover
I'm trying to put together a navigation bar using a table: There are n
I have put together this little script which uses a list of words to
My relatively large program has a PDF help file which I have put together.
I have put together a script which is very much like the flickr photostream
I have put together a script which will upload a CSV file and then
So I'm trying to put together a navigation bar and I've been using PHP
I have put together a .net winform application which consumes a wcf service exposed
I have put together a mini search algorithm which assigns a score to a

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.