It seems that we must rewrite carousel code to implement layout of multi line or multi row layout. That is to say to we need to display those images in table...
So I'm trying to set up a carousel that doesn't load by default. Simple enough, we just use the config value loadOnStart and set it to false. Now the question...
I have an imageList array similar to here: http://billwscott.com/carousel/carousel_dhtml_load.html Everything works well, except - the first item in the array...
Not necessary to use tables. I managed a workaround with a <ul> with two <li>s for each of the carousel's <li>s and some css. I won't post it here now due to...
hi there, i am newbie here in ajax. i would like to enquiry, how to implement tis carousel with asp vbscript?my photos are query out from database. i am not...
Not so much a suggestion as much as an explanation... The first item in the carousel *is* 1. Thats just how it is... your 'onLoadInit' handler recieves...
okay... so I found that there *is* a load function, it just wasn't mentioned in the documentation. I still have the problem with using the same image for next...
I am trying to create a carousel of flash objects and am facing a problem. The flash objects render well above the carousel container and thus the flash...
I was having problems using the vertical carousel for text because each li element had a different height. I also was getting unexpected results using the...
Hello, I have problems with this: if(!alreadyCached) { makeRequest(this, 'getTrips.php', "Amsterdam", start, (last- start+1) * 2); } how do I have to format...
Hmm... That is a wide open question. You can format the data coming back to your HTML page via an ajax call any way you want. It could be JSON. It could be...
Hi! I am trying to implement the Carousel control on an asp.net page in my site. I want to display all the images after reading them from the DB. I have the...
... I don't use asp, so I can't speak specifically. But the concept of what you need to do is that in whichever source file you are creating the imagelist,...
I have thumbs that are portrait and they distort when using the carosel. Fixed with style edit to somewhat match image dimensions. .carousel-component...
HELLO 1st THANKS TO ALL I am 23 year old just learning codeing finehing my s'cooling around and i had Q who get the smooth sliding drop down menu so i sat and...
This group does not answer general programming questions. It is focused on the ycarousel component which is written in Javascript not Flash. So flash questions...
Sorry sir but i did not ask Q regarding Falsh, insted wanted to how to create drop down menu system in JS which acts like the one in the link or like the...
Ay, I feel bad posting this, but I really need some help. The page (and carousel) in question is http://www.rchseaglesnest.org <http://www.rchseaglesnest.org>...
Hmm. Odd. I just went to the site with IE6 and it did work. I don't have IE7 on this machine so would have to check that out later. What version of IE are you...
Hi, Bill! It's not appearing for me in both IE6 AND IE7 (sorry about IE6; I only started last night hacking up the layout to try to make it somewhat ...
HA! I knew it would turn out to be something ridiculous. (The debugging tools for IE are nice; thanks for pointing them out!) It appears, after a bit of poking...
I`m trying to combine Carousel with YUI Drag and Drop or, alternatively, Scriptaculous Draggable component... It works, but I have a basic problem. When I drag...
Hello, I've been building an admin interface (AJAX'Y) that dynamically adds images to the carousel using the wonderful insertBefore and insertAfter methods,...
I have three Yahoo video playlists on my myspace page, The code below is to one of those playlists within myspace. www.myspace.com/244208468 <object...
Hi! First of all sorry for my poor english. I'm from Brazil, and I have some questions... I'm currently adapting Slide Show carousel to my site, and I have now...
Hi All, I'm having a few problems making the AJAX version of this script work. I have created my own getTrips.php file if you will, which obtains data from a...
Hi, Could someone post an example of css using nested <li> to have a horizontal carousel with two rows. I was unable to get such an example to work properly....
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...