For a long time I have been expecting the carousel to migrate to YUI library. Since it is still in the queue but has not happened yet, I invite you to post...
From Email: I have not done this myself but based on other similar things I have done like this, you would put an event handler listening for the resize of the...
[This is fixed in version 0.5.0] Glad to help. Unfortunately this is a bug. I am calculating the liPaddingWidth, but unfortunately I was not expecting a value...
I took your site, downloaded the site to my local machine, pointed to a non-minimized carousel.js, used the IE debugger to find the exact line that was giving...
Here is the full thread from my email. This is fixed in 0.5.0 (with the caveat that you will need to specify the height of the carousel LI items in CSS) Email...
Rob, Since the carousel gets regenerated on a page refresh you will have to do something like this: - store the firstVisible property from the carousel on each...
From http://looksgoodworkswell.blogspot.com/2007/01/carousel-040.html Can the carousel scripting be modified to transition divs rather than list items? By...
Each LI can contain a DIV, so effectively you are managing a series of DIVs. UL/LI was chosen to better match the true nature of the underlying content...
Response from Devco: My concerns are design control and validation. I could be wrong, but I don't think a div within an li would validate. I certainly...
Thanks for a great product. Anyway to have it fetch images from a source other then flickr? Thanks again Jean Vence By Anonymous, at 4/29/2007 9:23 AM...
Jean, Sure, check out this example: http://billwscott.com/carousel/carousel_ajax_search.html The whole point of the carousel design is flexibility in what data...
... I see a call to gettrips.php which returns a JSON file. Is the format of this file described anywhere? Couldn't find it in the documentation. Thanks again....
JSON is a standard format (search for json or go to json.org). However, the carousel does not care if the data you handle is returned in XML, HTML, JavaScript,...
One comment on firstVisible property. I'm loading items via AJAX method and I have possibly endless list of items. firstVisible item is set according to search...
This should actually work. In the example: http://billwscott.com/carousel/carousel_dhtml_load_bounded_wrap_offset.html the firstVisible is set to 8. When the...
Mr. Bill Scott, Very nice work. I also created a Javascript library that implements the similar functionality using Prototype/scriptaculous. The sample demo is...
... From: Bill Bizeau [email withheld] To: b.scott@... Sent: Wednesday, April 25, 2007 8:17:32 PM Subject: Carousel Question I'm going to be loading the...
Since you can place any HTML you want in the LI (each carousel item) using the addItem method you can cobble together any number of ways to create a two column...
Dear Bill Scott, I am working on a project for the company I work for (www.gaiaonline.com) and we're trying to incorporate your rotating carousel script. It's...
Dear Bill Scott, I have a question about your Carousel component, witch I first will say is a awesome piece of work. I hoop that you don't mind me asking by...
I've got a vertical Carousel showing pictures in groups of 10. I'm trying to convert my existing table-based photo album to use your Carousel, but I want to...
Hi Bill, I've built your Carousel successfully in a non-ajax version. I'd like to now try adding the ajax load funtionality but I have one question about the...
[Go for it!--bill] Hi Bill I made a port of you code to the ext js library (http://www.extjs.com). You can see the port here ...the link is not public yet...