Hi Ganeshji,
I tried that but alas, it did not fix the problem.
Cheers/Bruce
At 09:26 a.m. 6/08/2007, you wrote:
bruce,
i haven't used jcarousellite with thickbox, but can you try something...
Instead of using document.ready to initialize the carousel, use a
<script> block in the end of the body tag and initialize it there
and see if it solves your problem...
-GTG
On 8/5/07, Bruce MacKay
<<mailto:[EMAIL PROTECTED]>[EMAIL PROTECTED]> wrote:
Hi Ganeshji,
I specified these attributes but the problem still remains.
A test page is at
<http://www.thomasbaine.com/thetuis.asp>http://www.thomasbaine.com/thetuis.asp
(click on the "Look at our pictures") link.
Help would be appreciated.
Cheers/Bruce
At 09:43 a.m. 4/08/2007, you wrote:
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
<<mailto:[EMAIL PROTECTED]>[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