Hi, as stated in the official documentation, there is a method you can use, see http://docs.prototype-ui.com/rc0/Carousel?anchor=UI.Carousel.scrollTo (should be something like yourcarouselinstance.scrollTo(2) for the second container).
Hope this helps. Greetings from Germany, Chris On 23 Dez., 16:24, zion <[email protected]> wrote: > Hi, > > I have a big problem with prototype UI Carousel. Instead of using the > "next_button" and "previous_button", I need to access carousel > elements from a menu. For example clicking a menu link inside <li > class="slide4"> i need the carousel to scroll to the fourth carousel > element. > > Could it really be so that there is no possibility to scroll to a > specific carousel element from a custom button? Only next and > previous...? > > Actually I am using (or trying to use) the carousel to scroll the > entire content on my page only showing one carousel item(width:960px) > at a time. Should I try to use some other carousel instead(jquery..)? > > Thanks for all answers! -- You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en.
