Hi,

you should initialize jCarousel like this:

jQuery(document).ready(function() {
    jQuery('#mycarousel').jcarousel({
        scroll: 1
    });
});

Remove the comma after scroll: 1
IE does not accept a comma after the last entry in hashes.

On 25 Mrz., 16:19, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> I'm usingjcarouselfrom sorgalla (http://sorgalla.com)
>
> I'm using his static simple example and simply added the scroll: 1,
> code to make the images scroll one at a time.  It works in Firefox but
> is broken in IE 6 and 7.  In both browsers it just shows everything as
> a list.  Here is my code 
> -http://www.trendyminds.com/j/examples/static_simple.html
> What am I doing wrong?  Thanks!

Reply via email to