Andy Matthews wrote:
> 
> This is AWESOME. I was just looking for something like this. 
> 

Thanks :)


Andy Matthews wrote:
> 
> In IE 6.0.2 (PC):
> 
> The vertical carousel:
> http://sorgalla.com/projects/jcarousel/example_static_vertical.html
> the 3 pictures appear to be off by about 30 pixels vertically.
> 

Thats because the IE isn't standard compliant. Its a css formatting issue. I
already fixed that in my dev-version.
http://sorgalla.com/projects/jcarousel-dev/example_static_vertical.html


Andy Matthews wrote:
> 
> The dynamic AJAX example:
> http://sorgalla.com/projects/jcarousel/example_dynamic_ajax.html
> Clicking the next button until you get to the end of the pictures and
> instead of just wrapping around to the end, the pictures slide back to the
> left until you get to the beginning.
> 

Thats the "wrap" feature. There are only 10 items loaded from the text file:
http://sorgalla.com/projects/jcarousel/example_dynamic_ajax.txt


Andy Matthews wrote:
> 
> On the flickr example:
> http://sorgalla.com/projects/jcarousel/example_dynamic_flickr.html
> You might consider buffering two or three pictures ahead instead of just
> one. That way the user doesn't have to wait after every picture.
> 

The problem with that is, that the loadItemHandler must call
carousel.loaded() after the next range is loaded.
jCarousel needs that for calculating some things, ie. if the ext-button can
be enabled or not.
But you might handle that with callback function, ie. preloading more images
after calling carousel.loaded().

Jan
-- 
View this message in context: 
http://www.nabble.com/jCarousel-tf2205628.html#a6152474
Sent from the JQuery forum at Nabble.com.


_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to