Hi, I have to remove a carousel object from the memory in my program but it doesnot remove it. As soon as the cached elements are covered, it again goes for...
setting carousel=null just sets the VARIABLE carousel to null. deleting carousel just deletes the VARIABLE carousel. The carousel is actually a combination of...
Hi Bill, Thanks for your suggestion. I managed this by removing the the prev and next element from the carousel and the using the moveTo() method with the...
Hi, first of all, thanks for this amazing component!!! But I've got a little problem with Opera (9.27). You can see the problem on this page (it's in german,...
Odd. I have seen Opera screw things up as they march through their many revisions. On Opera 9.5 it works fine. Unfortunately I don't have the bandwidth to...
first of all thanks for hard work implementing this component, it is very well written, but I still would like to point out some places that this can get...
Hi, I have two YUI tabs in a tabview (using static markup in the HTML file) each of which contains a carousel. The carousel in the active tab looks fine....
I am using YUI 2.5.1 and the example works fine if the carousels appear side by side. However as soon as I put them in the two tabs of the tabview, the...
It seems that images are left aligned within the clip region. I'm hoping to have them centered, but I can't find how to go about doing so. Can anyone give me...
Hi all, Could Casoursel component show images not just in one line or one row? Could we display it in multi rows? And we could calculate the number of rows...
Hello, My Carousel is going to be 100% of the window size. Is there some way to dynamically resize the carousel or calculate how many items the Carousel can...
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...