Nevermind,

I was able to dig this up from Jan on another post and it fixed my
problem. It was inline on the actual html page, and not controlled by
the js file that is referenced. I still don't understand why the
document that is referenced doesn't control the scrolling, but hey,
I'm a newbie!!

jQuery('#mycarousel').jcarousel({
    scroll: 1,
    itemFirstInCallback: {onAfterAnimation:
mycarousel_itemFirstInCallback}
});

Reply via email to