- Log in to post comments
# install drupal module
http://drupal.org/project/jcarousel
# create new page and set filter to PHP, add this content
<?php
    jcarousel_add('ie7');
    drupal_add_js (
      '$(document).ready(function(){
         $("#carousel").jcarousel({
           scroll: 1,
           auto: 2,
           wrap: "last"
         });
}); ',
      'inline');
?>
# LINKS
http://sorgalla.com/jcarousel/
http://awebfactory.com.ar/node/301
http://sorgalla.com/projects/jcarousel/#Configuration




