I'm slowly constructing a page that starts with a populated carousel of thumbnail images, along with an empty carousel below it, and an area below that...
To add some more information, I also tried changing "clear()" to "reload()", with the same result. When it redisplays, the first item shows up on the right...
Hi, i have a page that uses Adobe's Spry Tabbed Panels widget to display 3 different sets of content under 3 tabs. two of those have this carousel feature...
Hi, This is a great control, however I am having some problems with implementing the ajax version. The carousel doesn't seem to work if it doesn't contain any...
Hmmm. The carousel must contain LI items to be a carousel. I mean it must have items or there is nothing to carousel. For static carousels (built solely in...
Hi, thanks so much for quick help. i don't think i quite understand how to use "methods" for the carousel though. if i was to add a function to the onclick...
I have a similar situation. I have a "loaded" Carousel and an "empty" Carousel, but I want them to be the same size. To get this to work I added a single...
Hi Bill, I understand that it must contain LI items to load static content. I am trying to load the items via ajax, which works fine, if I include a static LI...
wow, i actually got it to work... each of my tab buttons has an ID already, so i simply added the following lines at the bottom of the carousel script in the...
Hi Bill, I am creating my carousel like this: carousel = new YAHOO.extension.Carousel("mycarousel", { numVisible: 3, animationSpeed: 0.4, loadInitHandler:...
Hi, I am trying to use the loadNextItems and loadPrevItems. Both functions are called when I click on the links, however the alreadyCached is always false. How...
I wonder if you're seeing a symptom that I've been seeing. After you add the items, and before you go to the next page, please use Firebug to inspect the HTML....
I posted about this previously in a couple of places, but I realized the note I wrote in here actually covered an older symptom that I've gotten over....
Hi, I am using the carousel to add items from Ajax. If I do it setting a fixed array of image urls, it works just fine, but when I make an Ajax request, in the...
If it matters, I spent some time stepping through the Carousel code. I can see clues to how it ended up in this state, but I can't see the solution. Hopefully...
Hello, Can someone please point me to the right direction to use Ajax with my own database? The getTrips.php does not tell me much on how the results is ...
Well, thank you. Your answer was an excellent pointer and that will help me accomplish what I am set to do (with the info from firebug, I am able to see the...
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? ...