Hi, The carousel works great... http://www.mycitybuddy.com. The only thing i want now to do, is to stop the carousel when a mouseover occurs, and restart it on...
Try this: In firebug, type carousel.stopAutoPlay() and see if that works. If ti does then it is a problem with your event handler. One thing I am unclear on....
Hi Bill, First of all, thank you for your suggestion. I did try carousel.stopAutoPlay() from firebug and it still does not stop. I am also able to confirm that...
I had trouble getting my carousel to render. I had no script errors and everything validated. The id I used contained a hyphen (i.e. "my-carousel"). When I...
I am guessing something else is wrong with your code. Most of my examples on my site use a HYPHEN as part of the ID name for the carousel. For example in the...
Thanks Bill, Further investigation revealed that in the "static HTML" example, the id's for each item must match the outer DIV id. I had taken this example and...
I am having trouble configuring the spotlight example for my site. http://www.dolcepress.com/products/?c=social I want the highlighted item to be all the way...
Hi Evan, I too had trouble with defining the spotlight in the current implementation, so I am using the spotlight as it was written in v 0.5.6. You just need...
After trying out lots of different ways of doing this, it appears to work by changing the "this.indexItem" to "+1" rather than "-2". However, for some reason...
I finally got this sorted out after TONS of messing around with different things. Turns out using scrollTo(this.index+start) seems to work. However, scrolling...
I finally got this sorted out after TONS of messing around with different things. Turns out using scrollTo(this.index+start) seems to work. However, scrolling...
I'm trying to get the images to link inside an iframe, but I can't... I actually cant get it to link anywhere. I fill out "var imageList and var urlList but...
can you give a bit more info Albert and I'll see if I can help you. what type of carousel are you using, are you loading via html, javascript (inline) or ajax...
After messing with this for days, I decided to simplify things. I'm no longer using the YUI eventlistener and have just done a simple "onclick" event. I set...
Hi Pete, Thanks for replying, Here is my current code. You can see it in action on www.albertabrantes.com/peter/details.html Even though there I modified the...
Hi everyone, I'm trying to use the excellent ycarousel on a website I'm currently working on. Being a total newbie when it comes to JavaScript I do not know...
I don't know there schedule. Since I left Yahoo! that is a little harder for me to know their plans. I just know it was in the works when I left. -- Bill...
Hello, I'm fighting a problem with positioning in IE. When resizing the window, the carousel images remain in the position in which they were initially loaded...
Hi Albert, my initial impression was that everything seems fine. Upon closer inspection, I'm guessing you are not pointing to the correct path - I say this...
Hi Pete, On this section <a href="media/' + ... I add a "media" folder before the path, so it's taking everything to a different folder. I really don't know...
Albert, it looks like I may have lead you astray originally. My apologies, I'm somewhat new to programming, but now I think I see the problem. You point to...
Has anyone try doing a grid? For example: a grid of 4 rows and 4 columns (4x4) instead of 1 row or 1 column. The whole grid scrolls. (I don't mean the multiple...
Hi list, I've spent the best part of today setting up a CMS to display a number of carousels of images. I want it to show just one image at a time per list...
When you are wiring up the carousel, your image ids have the pattern: 'next-arrow-1'. In the constructors for you Carousel you are passing: 'next-arrow1'. That...
Bill, That's awesome! Thank you so much. I think I've gone code blind and the now obvious solution was hidden by the woods and the trees! Thanks for such a...
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...