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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T22:45:24+00:00 2026-05-23T22:45:24+00:00

Here is whats happening (Code Block Below): I am working on a simple drop-down

  • 0

Here is whats happening (Code Block Below):

  1. I am working on a simple drop-down nav (based on nested Ul’s).
  2. The Main UL has an ID of #nav.
  3. The hover-> mouseout function does NOT fire at all (all browsers)
  4. After the 1st mouseover any subsequent mouseovers do NOT animate (i.e. slideDown) in Chrome 12.0.742.122, Safari (5.05), Opera (11.50), IE (9.0.8). In fact it ONLY seems to work in Firefox (5.0).
  5. I’ve tested on Windows (7) only. No mac…yet.
  6. The only way to get the animations to work again is to refresh to the page.
  7. I’m learning this from a Nettuts tutorial which was posted a little over a year ago, cant believe it’s outdated already.
  8. FYI: I’m calling jQuery and the script below at the BOTTOM of my html page.
  9. Another FYI: I’m still rather green, so clarity in response would be very helpful

Any ideas?
Thanks In Advance,
sleeper

    var site = function(){
       this.navLI = $('#nav > li').children('ul').css('display','none').end();
       this.init();
    };

    site.prototype = {
       init: function(){
          this.setMenu();
       },

    // enables the slide down menu and adds support for ie6
        setMenu: function(){
           this.navLI.hover(function(){
               // mouseover
               $(this).find('> ul').stop(true, true).slideDown(250);
           }, function(){
               // mouseout
               $(this).find('> ul').stop(true, true).fadeOut(200);
           });
        }
    }

    new site();
  • 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-23T22:45:25+00:00Added an answer on May 23, 2026 at 10:45 pm

    You didn’t need the display: none in your CSS for your ul elements. Check out this updated fiddle and you’ll see the desired effect.

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

Sidebar

Related Questions

Here is the code I dont know whats wrong with it. <?php //Logout code
This is a bit of an odd situation. Here's what's happening. So, we have
This is my first experience with javascript, and... Well... Ugh. Here's what's happening: function
(LocalVariable)ABC.string(Name) = (IDataReader)dataReader.GetString(0); This name value is coming from database. What happening here is
I don't understand what's happening here. If someone could explain, I would appreciate it.
Whats wrong with my buttons? here http://hiddenbrookstudio.com/index.swf , see how they rollover and dissappear
I can't trace whats inside holderMC, and its content. What's wrong here? instance.text=something holderMC.addChild(instance)
This question already has an answer here: What are Extension Methods? 5 answers Usage
Another question about Web proxy. Here is my code: IWebProxy Proxya = System.Net.WebRequest.GetSystemWebProxy(); Proxya.Credentials
Here is my markup <div class=code php> <div class=container> <div class=line-numbers>1 2 3 4

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.