alexandre, it could be modified as an auto-paging for texts. yes, it should work Try yourself playing with the code:
If you look at the plugin, i used var pictWidth = container.find("img").width(); to find dinamically the width of the images so the galleries can slide images of any size. The value of pictWidth is then used to apply an inline style (width) to the gallery container (the DIV) with overflow hidden. That way you got some sort of "mask" that reveals only the "first" image. Then, i search for EVERY LI element into the list and having the number of elements to display, i add another unordered list to command the slides equal in elements to the elements in da gallery. So it should already work if you only apply a STATIC value to pictWidth (just to play with) because during the 'loops' i never search for images but for its containers (the LI elements). If you put your text chunks inside a P and that P is inside the LI, it should work. Let me know. Also, where you read .animate({ left: cnt}, 750, 'expoinout'); you can change 'expoinout' to whatever func form the easing plugin made by george.gsgd GC If you On Jun 21, 2:25 pm, "Alexandre Plennevaux" <[EMAIL PROTECTED]> wrote: > GianCarlo, it is really nice! Is it possible to use it as paging for large > chunks of text?