Hello Friends, Iam sorry if i have posted at wrong place but I think this is the right place to ask help and clarify doubts. I have newly joined this group and...
Hello, Is it possible (and if so how) to have the selected item in the carousel highlighted? For example a border with alternative color for any item that is...
This example gets it close: http://billwscott.com/carousel/carousel_tabs.html Although I caution against combining a carousel and a tab interface... kind of...
Not sure how pleasing it will be from a user experience perspective... I suppose you are using the default event handling by registering nextElement,...
Hi, I has to be somewhere here. var carousel; // for ease of debugging; globals generally not a good idea var lastIndex = 1; var pageLoad = function(){ ...
This is already in the examples. Not sure what else I can add. There have also been several times I have answered this on the forum. You should start with...
Is carousel global? or in your name space scope? Try going to your page, open firebug and type 'carousel.stopAutoPlay()' and see if it works. You can see this...
Hi, Yes in firebug I see that carousel Global. Note, all other methods are working excep for the stopAutoPlay(). Also my carousel have a continuous flow...
Can you send me the complete code so I can look at it in entiretly. Best if you have a single HTML that contains it all (with css & js) all zipped. You can...
Hi there, i was wondering whether someone has implemented the removal of only one item from the carousel. I want the user to be able to remove one of the li...
There was an early thread on this: http://tech.groups.yahoo.com/group/ycarousel/message/98 It is not fully implemented but see if that thread helps you. Just ...
By circular, do you mean wrapping? If so use the wrap attribute. It works for static or dynamic. If you mean true wrapping (endless) that has never been...
I can't run your example of course since it is dependent on your ASP web service and running asp.net. But looking at the code I can't see how it is different...
hi is it possible to add this fonction to a dhtml carousel?: clicking on the image links to the next image just like when you put a <a href> tag on a image....
If I understand what you are asking, then linking to the 'scrollNext' function should suite your needs. Take a look at the button function to get an idea of...
... As I mentioned it wraps backward not cyclical. No plans to add this feature. I believe when YUI team releases their carousel it will have this feature. -- ...
Hi, Thank you for your wonderful carousel. We have been very happy with it's usage. We are having a problem though. We use scrollTo to scroll through our...
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...