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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T23:02:21+00:00 2026-06-12T23:02:21+00:00

Here is my vertical menu http://jsfiddle.net/3PD7D/13/ If you hover over the menu items named

  • 0

Here is my vertical menu
http://jsfiddle.net/3PD7D/13/

If you hover over the menu items named folders nothing happens however if you go to where the menu items should appear(to the right of the “folder” menu item(s)) the jquery fades in the submenu items. How do I get them to fade in when the user hovers over the parent “folder” menu item?

Edited
I apologize for not asking in the proper way. Here is the original code I should have posted. Many thanks to CasperOne and roasted for showing me the error of my ways.

$(document).ready(function(){

//Set the anchor link opacity to 0 and begin hover function
$("ul.child").css({"opacity" : 0}).hover(function(){ 

    //Fade to an opacity of 1 at a speed of 200ms
    $(this).stop().animate({"opacity" : 1}, 200); 

    //On mouse-off
    }, function(){

    //Fade to an opacity of 0 at a speed of 100ms
    $(this).stop().animate({"opacity" : 0}, 100); 

});
  • 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-12T23:02:22+00:00Added an answer on June 12, 2026 at 11:02 pm

    See there for a working sample.

    $(document).ready(function(){ 
    
        //Set the anchor link opacity to 0 and begin hover function
        $("ul.child").parent().hover(function(){ 
    
            //Fade to an opacity of 1 at a speed of 200ms
            $(this).find("ul.child").stop().animate({"opacity" : 1}, 200); 
    
            //On mouse-off
            }, function(){
    
            //Fade to an opacity of 0 at a speed of 100ms
            $(this).find("ul.child").stop().animate({"opacity" : 0}, 100); 
    
        });
    
    });​
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Please observe this stylesheet: http://jsfiddle.net/VjhJ4/12/ If you hover your mouse over the anchored menu,
I've started a vertical menu here: http://jsfiddle.net/1___/bjXp2/1/ I have a few questions: 1) How
http://jsfiddle.net/RedKnight91/Z6Ueu/4/ Hi! Look at that last menu (on the bottom). When you hover on
I have a vertical menu having an item Click here to get the scientific
http://subzerostudio.com/temp/verticalscroller/scroller/scroller.html Here's the fullscreen vertical scrolling site.. I've only tested it in FF so
Iv created a basic vertical sliding menu which can be seen here on the
I have a vertical nav menu that is made up of nested lists, however
I've got a question about creating a vertical image sprite menu. Here's my HTML:
I am using a standard css vertical navigation menu that uses :hover to show
Here is a simple drawing - (void)drawRect:(CGRect)rect { //vertical line with 1 px stroking

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.