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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T10:51:40+00:00 2026-05-23T10:51:40+00:00

Is there a navigational drop down menu out there that when you hover over

  • 0

Is there a navigational drop down menu out there that when you hover over one item, every drop down comes down? I know it might be a bit busy, but for this project this is essential. It can use jQuery, just CSS or whatever, as long as it works.

  • 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-05-23T10:51:41+00:00Added an answer on May 23, 2026 at 10:51 am

    if you give all of the menus a class you can just select them all with jQuery. Assuming they all are display:none; any other show/hide attribute will work the same way. The only issue is when you move your mouse away from one they all will go away.

    $("#specialDropDown").live('mouseover',function(){
               $('.dropDown').css('display', 'block');
    }); 
    
    $(".drowDown").live('mouseout', function(){
              $('.dropDown').css('display','none');
    });
    

    The only issue is when you move your mouse away from one they all will go away. To solve that I suggest having a button that shows them all.

    $("#specialDropDown").live('click', function(){
             if($(this).hasClass('activeButton')
                {
                   $(this).removeClass('activeButton');    
                   $('.dropDown').css('display', 'none');
                }
            else
               {
                   $(this).addClass('activeButton');    
                   $('.dropDown').css('display', 'block');
                 }
    
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a small problem with a drop-down navigation menu. When hovering over an
Wordpress 3.0 just came out and it was cited that one can make a
I'm having a weird problem with my CSS drop down menu. It shows up,
I have a site w/ an image gallery (Portfolio) page. There is drop-down navigation
I have a drop-down navigation that brings the user to the page selected in
I need to implement a very professional looking navigation menu with multiple drop down
I have a drop down navigation menu in which some of the title should
I'm using drop-down attributes and setting them with 'Use in Layered Navigation' but there
Hi is there a good way to implement drop downs so that they're functional
Is there a good test suite or tool set that can automate website navigation

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.