hoverscroll scrolling 2 unsorted lists at the same time

hoverscroll scrolling 2 unsorted lists at the same time

hi,

im trying to make a website with a scrolling horizontal menu,
for that im using http://code.google.com/p/hoverscroll/downloads/list

i got it to work and the menu scroll`s but i want the upper menu to scroll in sync with the bottom on.


so they need to be linked is that possible?

i tried the following but that didn`t work


  1. <script type="text/javascript">
     $(document).ready(function() {
      $('#my-list','#my-list2').hoverscroll();
     });
    </script>



thanks guy`s!!