i think, u might not be specifying the attributes width and height for the images within the carousel. Try, specifying width and height attributes and lemme know if it works.
-GTG On 8/3/07, Bruce MacKay <[EMAIL PROTECTED]> wrote: > > > Hi folks/Ganeshji > > I'm having trouble getting jCaroselLite to work "first time" round. > > When I either link to a page containing a carousel or to a thickbox > containing a carousel, in neither case do the images appear when that > page/thickbox is visited via the link. > > However, if I refresh the page, the images/the carousel appears > immediately. > > I'm trigger the plugin as... > > $(document).ready(function() { > $(".mixedContent .jCarouselLite").jCarouselLite({ > btnNext: ".mixedContent .next", > btnPrev: ".mixedContent .prev", > visible: 2, > scroll: 2 > }); > }); > > I'm sorry, but I just can see what it is that I'm doing > wrong. Suggestions? > > Thanks, Bruce > >