Hello
Im trying to build a gallery like this one on
http://goal.com

I tried to use two jcarousels. One is a image slide show with auto
scroll, the the other is a simple carousel holds the image slider's
thumbnails I got them working separately, but cannot figure out how to
do the thumbnail navigation.

This is part of the code from the example "jcarousel with external
control"
  jQuery('#thumbnail a').bind('click', function() {
        carousel.scroll(jQuery.jcarousel.intval(jQuery(this).text()));
        return false;
    });

According to this, in order to change the carousel scrolling interval,
text() has to be numbers .
Is there a way to work around it?

any suggestion would be appreciated.
Thanks
Alex

Reply via email to