Hey, if you go to this page and hit one of the left dropdowns - http://ryancoughlin.com/hp/index.php?c=about - it almost looks like it is glitching/bumping, once it gets to the bottom or rides back up top.
Is it possible to fix this? Or is this how it behaves in jQuery?
Thanks a ton,
Ryan
CODE:
$(".menu-header").click(function() {
$(this).next().toggle('slow');
return false;
}).next().hide();