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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 310 - 342 of 505   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
310
Hello Bill, I am rather embarrassed that this reply has taken so long but I have had a few personal and professional distractions recently. Any way, I found...
mikewillstew
Offline Send Email
Feb 1, 2008
8:17 pm
312
Hi, This is my first time using carousel. I installed the javascript (I think correctly, I'm not very familiar with Js) and I installed the css page and...
cowboybebopbecky
cowboybebopb...
Offline Send Email
Feb 2, 2008
1:53 am
313
The easiest way for me to debug it is for you to take the directory with your HTML, CSS, JS and all sub directories and ZIP them into a single zip file and...
billwaynescott
Offline Send Email
Feb 2, 2008
6:06 am
314
Hi everyone, So I recently got the carousel app up and running on my site, except I seem to run into one big issue: a lot of the time when I first load up the...
bassbreaksbeats
Offline Send Email
Feb 11, 2008
7:40 am
315
Hello, all - I'm having a problem getting the carousel to work properly, with static content. What happens is that a few of my items are off the end of the...
neils2001
Online Now Send Email
Feb 13, 2008
4:11 am
316
Hmmm, I just tried it repeating the same image over and over. If the image is under 100px or so (haven't found the rollover point), it works fine. As I get...
neils2001
Online Now Send Email
Feb 13, 2008
4:23 am
317
Hi, This script is great, thank you. I have the autoplay working with the dynamic code, and stopping on mouseover. I can get the autoplay to work with...
emilyanaymark
Offline Send Email
Feb 13, 2008
3:08 pm
318
Hi, I want to put a div scrollbox within the carousel. It works fine in IE, but not in Firefox. The scroll box is the second item in the carousel. ...
Paul Doyle
csufu
Offline Send Email
Feb 22, 2008
2:36 pm
319
Thanks for this great code and documentation. I got it to work without any knowlege of javascript. I am using external controls like in this example, ...
stephan.schindler
stephan.schi...
Offline Send Email
Feb 23, 2008
4:22 pm
320
Sorry for the late response. Looked into it and it was a bug. The prevention of double animation effect was only checked when driven from event and not...
billwaynescott
Offline Send Email
Feb 23, 2008
7:05 pm
321
A cursory glance does not reveal anything to me. Can you isolate the YAHOO.util.Event method and see if it works by whittling down your code? If it is with...
billwaynescott
Offline Send Email
Feb 23, 2008
7:13 pm
322
Did you try changing the numVisible or doing a reload()? reload() recalculates the scroll metrics based on the current property settings. Another approach is...
billwaynescott
Offline Send Email
Feb 23, 2008
7:18 pm
323
Each carousel item is just an LI item (list item). What is inside the LI item is whatever you put there (any HTML... examples often put an image there but it...
billwaynescott
Offline Send Email
Feb 23, 2008
7:21 pm
324
Guessing this is fixed? Tried the site and it appears to work. Nice work, btw. -- Bill...
billwaynescott
Offline Send Email
Feb 23, 2008
7:34 pm
325
The carousel does not support variable width in horizontal or variable height in vertical orientations. If it looks like it works under 100 px that is purely...
billwaynescott
Offline Send Email
Feb 23, 2008
7:36 pm
326
Are you adding the listener to "item-1". I suppose you have more than one item? In your load I would add the listeners (where the items get created). Make sure...
billwaynescott
Offline Send Email
Feb 23, 2008
7:38 pm
327
On Mac FF you will see this problem. The Mac scrollbar is a native object and does not get hidden when you hide the div. You should hide the scrollbar also...
billwaynescott
Offline Send Email
Feb 23, 2008
7:44 pm
328
The links created are created by demo code and not part of the js specifically. So it is up to you to create a link that makes sense. Like this example: ...
billwaynescott
Offline Send Email
Feb 23, 2008
7:52 pm
329
http://billwscott.com/carousel * Upgraded demos to use YUI 2.5.0 * Fixed bug around calling scrollTo while the carousel is already scrolling. Or trying to...
billwaynescott
Offline Send Email
Feb 23, 2008
8:53 pm
330
Hello: I tried adding two static carousels, but only one seems to show... any ideas? here is my site: http://www.majikmedia.com/portfolio thank you, abe...
abeiqbal
Offline Send Email
Feb 26, 2008
3:36 am
331
Hi. On you page your pageLoad function you are only creating one carousel. Here's the one from the Two Static HTML Carousels example. var carousel, carousel2; ...
jhflau11
Offline Send Email
Feb 26, 2008
1:26 pm
332
Hi I am trying to replace the var imageList and var urlList from Mysql database. How can I achieve this? The url images from the mysql database are in this...
yain1688
Offline Send Email
Feb 26, 2008
1:44 pm
333
... Use JSON to pass the array of image urls back from a server query using a server-side scripting language like perl/CGI, Ruby or PHP. Parse the JSON in...
ashgromnies
Offline Send Email
Feb 26, 2008
2:17 pm
334
... Mysql ... http://www.domain.com/gif/image1.gif;http://www.domain.com/gif/image2. gi ... Thank you for your suggestion. As I am totally idiot about this, if...
yain1688
Offline Send Email
Feb 26, 2008
2:31 pm
335
You have the HTML elements (DIV w/ ID=) set to exactly the same name. You can't have multiple HTML elements with same ID. Note in my example I use a different...
billwaynescott
Offline Send Email
Feb 26, 2008
5:22 pm
336
Bill, I agree that it should just clear no matter what. I extended the carousel with properties (calling it managedcarousel.js) for mouseover, mouseout, click...
Joey Barrett
joeyjbarrett
Offline Send Email
Feb 27, 2008
1:08 am
338
Just discovered the carousel earlier this week. Awesome stuff! I downloaded and was able to fairly quickly get various renditions and looks working. Just...
findamittai
Offline Send Email
Feb 27, 2008
3:05 pm
339
I don't have that direct example on the site. However http://billwscott.com/carousel/carousel_tabs.html is very similar. One item at a time (i use an img, you...
billwaynescott
Offline Send Email
Feb 27, 2008
5:00 pm
340
Hi, I was wondering if someone could point me in the right direction about how I might go about adding a horizontal scrollbar underneath the carousel so that...
Scott
sc0ttman1979
Offline Send Email
Feb 27, 2008
8:36 pm
342
i was looking to use this, however, when i decided to run a browser compatability test, i came across errors in ie6. Line: 12 Char: 4365 Error: Expected ")" ...
Eric Acton
themadaustra...
Offline Send Email
Feb 29, 2008
9:34 pm
Messages 310 - 342 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