Problem with a simple dropdown menu: it keeps collapse??

Discussion in 'JavaScript' started by 123GoToAndPlay, Feb 7, 2010.

  1. #1
    123GoToAndPlay, Feb 7, 2010 IP
  2. 123GoToAndPlay

    123GoToAndPlay Peon

    Messages:
    669
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    hmm,
    i have the following
    http://www.bldd.nl/prototypes/megamenu/test12.html

    But when you quickly hover it keeps animating. How can i fix this?

    I am trying to use the hoverflow plugin. (http://www.
    2meter3.de/code/hoverFlow/)
    but it assumes you are animating the current div/id

    I our case the trigger is another div. but this doesn't work

    www.bldd.nl/prototypes/megamenu/test13.html
    
                   $("#nav-container").hover(function(e) {
                            $("#dropmenu").hoverFlow(e.type, {top:100},
    'fast');
                    }, function() {
                            $("#dropmenu").hoverFlow(e.type, {top:0},
    'fast');
    
                    });
    
    
    Code (markup):
     
    123GoToAndPlay, Feb 8, 2010 IP