Search the web
Sign In
New User? Sign Up
ycarousel · Bill Scott's Carousel Component
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 238 - 270 of 505   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
238
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...
devendra_rath
Offline Send Email
Nov 2, 2007
2:35 pm
239
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....
billwaynescott
Offline Send Email
Nov 2, 2007
3:34 pm
240
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...
devendra_rath
Offline Send Email
Nov 4, 2007
2:55 am
241
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...
Joey Barrett
joeyjbarrett
Offline Send Email
Nov 7, 2007
12:58 am
242
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...
billwaynescott
Offline Send Email
Nov 7, 2007
4:54 am
243
Has anyone written CSS to make a carousel print nicely? I'm going to work on this but I'd love to see what others have done. Best wishes Jon...
toddvault
Offline Send Email
Nov 7, 2007
3:14 pm
244
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...
Joey Barrett
joeyjbarrett
Offline Send Email
Nov 7, 2007
6:56 pm
245
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...
evan.spiegel
Offline Send Email
Nov 7, 2007
7:42 pm
246
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...
pedalpete28
Offline Send Email
Nov 12, 2007
1:33 am
248
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...
pedalpete28
Offline Send Email
Nov 12, 2007
4:17 am
250
@Bill, A while back, you mentioned that you were working on a carousel component to be included in the YUI library. Will it be in 2.4.0 ...
Pål Degerstrøm
paldegerstrom
Offline Send Email
Nov 13, 2007
10:50 pm
251
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...
pedalpete28
Offline Send Email
Nov 14, 2007
3:12 am
252
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...
pedalpete28
Offline Send Email
Nov 14, 2007
3:16 am
253
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...
albert.abrantes
Offline Send Email
Nov 15, 2007
5:37 pm
254
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...
pedalpete28
Offline Send Email
Nov 15, 2007
10:12 pm
255
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...
pedalpete28
Offline Send Email
Nov 15, 2007
10:18 pm
256
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...
albert.abrantes
Offline Send Email
Nov 16, 2007
2:48 am
257
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...
iv060
Offline Send Email
Nov 16, 2007
4:52 pm
258
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...
billwaynescott
Offline Send Email
Nov 16, 2007
5:45 pm
259
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...
lfischergcpl
Offline Send Email
Nov 16, 2007
7:27 pm
260
That's probably because of the "position" setting on your CSS. Cheers ... -- Albert...
albert abrantes
albert.abrantes
Offline Send Email
Nov 16, 2007
7:47 pm
261
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...
pedalpete28
Offline Send Email
Nov 16, 2007
11:52 pm
262
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 abrantes
albert.abrantes
Offline Send Email
Nov 16, 2007
11:56 pm
263
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...
pedalpete28
Offline Send Email
Nov 19, 2007
9:54 pm
265
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...
rocket_rocket
Offline Send Email
Nov 22, 2007
5:52 pm
266
... You can put anything you want in the <li>. So if you want an 4x4 grid, just put that in there. Make sense?...
pray4zo
Offline Send Email
Nov 23, 2007
3:00 pm
267
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...
George Hazlewood
george_layer1
Offline Send Email
Nov 30, 2007
12:38 am
268
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...
billwaynescott
Offline Send Email
Nov 30, 2007
1:02 am
269
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...
George Hazlewood
george_layer1
Offline Send Email
Nov 30, 2007
1:19 am
270
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...
visit2imran
Offline Send Email
Dec 5, 2007
4:28 am
Messages 238 - 270 of 505   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help