Hi, everyone! I've got a frustrating problem with carousel that has more to do with the css than the actual functioning of the script, I think, but I can't...
I got it,...I got it. (In IE at least -- Safari's next on the agenda.) I was using the carousel to display text in tables, rather than images, and IE was...
Newbie here... Bill's Carousel is exactly what I have been looking for. I have a couple of newbie questions. I am fairly new to programming and not sure I...
I'm somewhat new to JavaScript, but I've been playing with YUI for a while. I recently noticed the Carousel component. I've thrown a test page together that...
Just a quick update to make all examples use YUI 2.5.2. And re-tested on major browsers. http://billwscott.com/carousel/ I will take all of the feedback/issues...
I'm probably just brain cramping ... I have a carousel setup for ajax pulls, application requirement is that clicking a thumbnail navigates to a new page in...
I made this way too hard on myself. Now I'm down to just a IE problem. Here's what I've done. My ajax stuff looks just like the dual carousel ajax example in...
I've futzed with this client side, tried hacking server side testing the cookies and spitting JS scrollNext() calls (*ugly!*) ... it's just not working ......
I was doing some testing in ie8 to see how the carousel would look and found that the carousel style: overflow:hidden is not rendering correctly in ie8 beta...
I noticed that when I view the carousel in FireFox, it has nice rounded corners, but when I display it in IE, it loses the rounded corners. Is this a known...
I'm not sure how else to say it, but is it possible to "wrap" by simply making the next image be the first image, and similarly for the reverse direction? The...
The rounded corners are part of the DEMOS not the carousel.js. It is up to you to style the carousel anyway you want. In the DEMOS css you will see a mozilla...
No. Not with the current architecture of the carousel. The YUI Carousel (hopefully in the next release of the YUI library) should contain this functionality. ...
Just to bring closure to the thread ... Never could get IE to behave ... I shifted focus to thinking it was a caching issue with the AJAX but after adding all...
I now have a simple page with one carousel containing images, with mouseovers on the images causing an associated image to appear in a central area of the...
YUI 2.5.2, Carousel 0.6.3, Firefox 3.0.1. I had a small page working with carousel, based on one of the carousel demos. The app uses a global variable for the...
... images to ... which ... images ... "carousel.addItem()", it ... display below ... thumbnails, the ... could ... (Is there a way to have my own messages to...
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...