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...
hi , i would like to have a some links in my page which effect the current page in the carousel (like the page radio buttons in the carousel widget) , how can...
I'm trying to open a lightbox window (see here: http://www.huddletogether.com/projects/lightbox/ for an example) from one of the list items in the carousel....
I have found a mootools version that loops, but I can't use mootools (as I use prototype). So, has the looping ability been put into this code? Basically,...
Last Oct I changed billwscott.com/carousel to *encourage* everyone to use the Yahoo User Interface Carousel instead of mine. I am no longer adding any features...