Try it out at: http://billwscott.com/carousel_0.6.0 Fixes include: AutoPlay now stops on previous event interaction (as it did with next) Prebuilds work better...
You set up the array to look like this: var tabPages = [ "tester.html", "tab-two-contents.png", "tab-three-contents.png", "tab-four-contents.png" ]; When you...
Really hard to tell just from a screenshot. Some live code (before and after would help.) Given a problem like this, I use Firebug. I use inspect to click on ...
Try John Resigs RSS to JSON for a simple way to do this: http://ejohn.org/blog/json-and-rss/ Once you have the data as JSON you can iterate over it or grab...
I would not take that approach... What you have done is essentially break the layout mechanism in the carousel so that the items wrap. However nothing else...
The new version makes this fix with a few other changes around the same issue. Try http://billwscott.com/carousel_0.6.0/ and see if it addresses this issue. ...
Hi Bill, Great work on the carousel, it does alot of what I'm looking for, and you've also done a very great job with the documentation. I'm trying to get the...
Hello Bill, I have spent the last day looking for a solution to my problems with the scrollTo function etc. and found one. As you might guess it involved the...
Hello, Congratulations, it is a wonderful component! I just downloaded it and I am wondering if it is possible to use carousel without images, just a name and...
Sure. The carousel accepts any valid HTML (or DOM node). In the examples, I usually create a method called fmtItem (just my choice in the examples) that...
In my example, I call spotlight(this) from the loadInitialItems method which was configured as the loadInitHandler for the carousel. As such this method gets...
Hi; I am in the process of porting 0.4.0 to 0.6.0 i noticed that the loadNextHandler function gets different values in the args array. for a vertical carousel...
thanks Bill....i see it now. Just one more help question pls...if you go to http://beta.thefreemason.com/ (not live and under const.)....You will see the left...
It was a bug. Thanks for catching this. New version 0.6.1 is now available that fixes this. The bug was introduced when I adjusted the logic to try to...
http://billwscott.com/carousel/ Cleaned up docs, fixed some bugs around load handlers and what gets passed to them. Added a few new properties to support...
Thanks for your detailed post. I added (for another reason) a couple of properties that should solve your problem. scrollBeforeAmount and scrollAfterAmount. ...
You will want to upgrade to 0.6.1 and check out the spotlight example as it has been updated to reflect some of the changes in 0.6.1 that make it easier to do...
Hi Bill, Great work with this carousel implementation! I've gotten it working with a bunch of other JS on our site and it works and looks great. I was curious...
I was actually able to fix this myself. I'm passing in the CarouselID to init in the pageLoad() then am using that to disable the "onmousedown" for Firefox. ...
i'm trying to get the selectNext() function to get called when an event running from a seperate javascript is triggered. I have flagged an alert, so i know the...
First, YAHOO.extension.Carousel.scrollNext will not work. You create a carousel instance with something like: var carousel = new YAHOO.extension.Carousel.... ...
i want this to happen to my site. if i clicked a link, the carousel must appear dynamically(asynchronously) including the scripts cause the size(items) on the...