Here is another innovative way of scrolling images. Click on the
images to see it in action. Use the left/right keys
to navigate between images within a single scrollable:
Here is a setup for a single scrollable. You can have as many of
these on your page as you want.
CSS coding
Here is our CSS code. Nothing really special here. Scrollables are
placed side by side with the float: left setting. We
have a separate CSS block for the activated scrollable item that can
be styled.
JavaScript coding
Here we enable our scrollables. All scrollables have
the circular configuration option set
to true so that there is no beginning or end. We also
add a custom click handler which seeks the scrollable forward using
the next() method of
the Scrollable API.
The new jQuery Tools book by Alex Libby explores the library in a
precise and structured fashion. If you are getting started on jQuery Tools or
looking for better ways to use the library, this book will be your ally.