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');
});
No comments:
Post a Comment