oh, and 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

                $("#nav-container").hover(function(e) {
                        $("#dropmenu").hoverFlow(e.type, {top:100},
'fast');
                }, function() {
                        $("#dropmenu").hoverFlow(e.type, {top:0},
'fast');

                });

Reply via email to