Hugh,
>I'm using the simple static method to display a carousel. My page is
>generated from PHP (as a "widget" for vBulletin).
>
>Everything works fine, except that during page loading, the original
>vanilla
>UL (with all the thumbnails) appears on the page until all thumbs have been
>loaded, before transmogrifying into the carousel. This behaviour is the
>same for both FF and IE7.
>
>Any ideas? I really like jCarousel, but obviously this is a show stopper.
What code are you using to initialize the carousel? When does it get invoked
(i.e during window.onload, when the DOM is ready, or right after you've the
<ul /> element is ended?)
-Dan