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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T14:02:28+00:00 2026-05-23T14:02:28+00:00

<script> $(#menu-item-58).mouseover(function() { $(#simple_sidenav-3).css(‘visibility’,’visible’); }); $(#menu-item-58).mouseout(function() { $(#simple_sidenav-3).css(‘visibility’,’hidden’); }); </script> #simple_sidenav-3 { visibility:hidden; }

  • 0
<script>
$("#menu-item-58").mouseover(function() { $("#simple_sidenav-3").css('visibility','visible'); });
$("#menu-item-58").mouseout(function() { $("#simple_sidenav-3").css('visibility','hidden'); });
</script>

#simple_sidenav-3 {
    visibility:hidden;
}

simple_sidenav-3 is a hidden div.
So why doesn’t it show when mouse is over #menu-item-58?

Please check it here http://mentor.com.tr/wp/?page_id=164

  • 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-23T14:02:29+00:00Added an answer on May 23, 2026 at 2:02 pm

    Try changing #simple_sidenav-3 from visibility:hidden; to display:none; Then call something like .slideDown() for a nice effect.

    Also, here’s some improvements to your code:

    jQuery(function() { //waits till the document is ready
        jQuery("#menu-item-58").mouseover(function () {
            jQuery("#simple_sidenav-3").slideDown();
        }).mouseout(function () {  //no need to use $("#menu-item-58") twice
            jQuery("#simple_sidenav-3").slideUp();
        });
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

It's a simple hide/show menu: When you mouseover a list item, the script shows
I have this script for my CSS Vertical Menu: //Nested Side Bar Menu (Mar
NOTE:I just noticed that when I hover over a menu item, it doesn't register
I have a livesearch script that i need to populate my html menu with
I found many css/js menu scripts on various sites they work well is in
I created a menu in html/css but where I wanted the subitems to be
This script only runs once. I click a button and it changes the menu.
i have ul li structure like below <ul class=lft_mnu id=menu-main-menu> <li class=menu-item menu-item-type-post_type menu-item-object-page
I am trying to create a menu with this structure: <ul id=primary class=menuOptions> <li>Item
I need to create a menu component in which each menu item looks like

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.