Hi I'm no JS wizard, so I was wondering how I would go about the following?: - 4 vertically scrolling carousels containing a variable number of 70px 70px...
What I ended up doing is creating two full groups of items for the carousel, and then making the first visible item the first item in the second list. Then,...
Hi, I'm using your Carousel slide show in Russia. Thank you very much for it. :D but now i have a problem.. http://mirbageta.ru/int.php?no=34 in this site you...
Your english isn't too bad at all. For what you are trying to do, I think it is probably best to just refresh the part of the page which holds the details of...
Hi all, I've been working on my site for quite a while, and went live with it in November. One somewhat random issue I keep running into is that the carousel ...
Hello, I use the following code on my page (only the necessary parts are provided). It depends on window size to choose the proper layout so I also need to...
Help please. Can maybe somebody illustrate how to make carousel elements drag-able into an outside drop-box, very much like the drag-drop examples from YUI? ...
Hello Bill, I am rather embarrassed that this reply has taken so long but I have had a few personal and professional distractions recently. Any way, I found...
Hi, This is my first time using carousel. I installed the javascript (I think correctly, I'm not very familiar with Js) and I installed the css page and...
The easiest way for me to debug it is for you to take the directory with your HTML, CSS, JS and all sub directories and ZIP them into a single zip file and...
Hi everyone, So I recently got the carousel app up and running on my site, except I seem to run into one big issue: a lot of the time when I first load up the...
Hello, all - I'm having a problem getting the carousel to work properly, with static content. What happens is that a few of my items are off the end of the...
Hmmm, I just tried it repeating the same image over and over. If the image is under 100px or so (haven't found the rollover point), it works fine. As I get...
Hi, This script is great, thank you. I have the autoplay working with the dynamic code, and stopping on mouseover. I can get the autoplay to work with...
Thanks for this great code and documentation. I got it to work without any knowlege of javascript. I am using external controls like in this example, ...
Sorry for the late response. Looked into it and it was a bug. The prevention of double animation effect was only checked when driven from event and not...
A cursory glance does not reveal anything to me. Can you isolate the YAHOO.util.Event method and see if it works by whittling down your code? If it is with...
Did you try changing the numVisible or doing a reload()? reload() recalculates the scroll metrics based on the current property settings. Another approach is...
Each carousel item is just an LI item (list item). What is inside the LI item is whatever you put there (any HTML... examples often put an image there but it...
The carousel does not support variable width in horizontal or variable height in vertical orientations. If it looks like it works under 100 px that is purely...
Are you adding the listener to "item-1". I suppose you have more than one item? In your load I would add the listeners (where the items get created). Make sure...
On Mac FF you will see this problem. The Mac scrollbar is a native object and does not get hidden when you hide the div. You should hide the scrollbar also...
The links created are created by demo code and not part of the js specifically. So it is up to you to create a link that makes sense. Like this example: ...
http://billwscott.com/carousel * Upgraded demos to use YUI 2.5.0 * Fixed bug around calling scrollTo while the carousel is already scrolling. Or trying to...
Hello: I tried adding two static carousels, but only one seems to show... any ideas? here is my site: http://www.majikmedia.com/portfolio thank you, abe...
Hi. On you page your pageLoad function you are only creating one carousel. Here's the one from the Two Static HTML Carousels example. var carousel, carousel2; ...
Hi I am trying to replace the var imageList and var urlList from Mysql database. How can I achieve this? The url images from the mysql database are in this...