Heyho, okay, so this question's probably very easy to answer and you all going to blame why I didn't search on the Internet prior to posting, but I did and...
Hello, I am using the Carousel on a client site and it is working nicely. We have autoPlay set and wrap is set to true. We have five items in the carousel....
Note that today YUI 2.6.0 was released, with a new native YUI Carousel component. It's obviously based on Bill Scott's Carousel component, with a similar...
As you know, the intent of my carousel component was to fill in a gap in the YUI library. In 2006, I created the ycarousel component. Many people have found it...
Bill Thanks very much for your efforts in providing the original carousel and I'm sure your component gave Yahoo a little push in the right direction. David...
Have you done what you said? I have a similar problem... I need to replace items... so I can remove items for adding some new... Can someone help me, please? ...
Hi, I have a vertical carousel with autoPlay and wrap... and I need to reload all the visible Items every time I'm going to show them... I can clear or reload...
Oh, I solved it... my problem was that I reload the data (not the items) when a condition is true in the load function... and this condition was wrong... Thank...
I'd say the first thing you should do is convert to YUI 2.6.0, which provides the Carousel component, which was based on Bill Scott's Carousel. That being...
hello. i am having the above problem with the carousel. my code: var carousel = new YAHOO.extension.Carousel("gallery-horizontal-carousel", { numVisible:...
Hello, I don't know if I have the last version of Yahoo Carousel Component. I have a problem with IE 7 when the array size is over than 100 elements, the...
I have a problem with IE 7 when the array have more than 100 elements. The vertical tab scroll don't show the 101th thumbnail and the next one. No problem with...
Hi, I'm trying for a week now to get this thing working with my own xml- file. The pictures just don't show up. Tried converting XML to JSON, PHP to JSON, it...
Have you tried using the yahoo api with output=xml so that you get an xml response? Then you could get your code working with xml that you know is correct...
The current carousel works with 2.5.2 (I simply made the last version point to the 2.6.x code). You can try any of the examples and replace the 2.6 references...
I want to have some control buttons above my Carousels that can remove all the carousel items and replace them with new ones, change the size and the...
your javascript is incorrect. document.getElementById('container') returns a dom node (element: https://developer.mozilla.org/en/DOM/document.getElementById)....
Building on the billscott carousel, I created my own tab buttons from scratch using the scrollTo method. The problem is making these tab buttons sync up when...
I want to move the next and previous options fro carousel to some other place. lets say to top or any other place from its original location right now. Is it...
I want to measure what parts of the Carousel people are clicking on the most. But when I make a selector on my forward and back buttons, and try to ping my...
I am using asp.net 3.5. I need to implement Carousel controls(more than one) dynamically when user can click on either asp button or link button. I have placed...
Hello - I just stumbled across this carousel, and have had no problem looking through the examples and getting the functionality i needed. Until now! I cannot...