Guessing you are wanting help on the official YUI Carousel. My version was the
unofficial one that I wrote while at Yahoo! to fill in the gap while an official
one was built.
Check out the forum at ydn-javascript
(http://groups.yahoo.com/group/ydn-javascript/?yguid=251437208)
--
Bill Scott
--- In ycarousel@yahoogroups.com, "marshan1800" <maricelmb@...> wrote:
>
> Hi,
>
> I just got started on YUI and I want to use the YUI carousel on my website.
But
> I can't find a way to customized the list and button on top( I'm referring to
> the prev and next button since I want to change that part into my own
categories
> ).
>
> The list and buttons on top seems to built-in since it appears automatically
> after you instantiate the carousel.
>
> var carousel = new YAHOO.widget.Carousel("container", {
> animation: { speed: 0.5 }
>
> Can they be customeized at all? How?
>