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 to share photos of your group with the world? 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 179 - 208 of 505   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
179
Look this: http://www.sonorika.com/jament/photo/1273/183568/ In Ie it works, but in firefox nothing appared. I have copied javascript example with some light...
Sonorika.com
ciccimanolesta
Offline Send Email
Sep 5, 2007
5:45 pm
180
On Firefox you have a JavaScript error. syntax error http://www.sonorika.com/jament/photo/1273/183568/ Line 108 _getScrollLeft([], "mouseout", function(),...
billwaynescott
Offline Send Email
Sep 5, 2007
6:06 pm
181
Sorry! Now it's clean. The page is the same. This is a little photo album with 8 photos. If it starts with the first it's ok, but if start with the 6, 7 or...
Sonorika.com
ciccimanolesta
Offline Send Email
Sep 5, 2007
6:32 pm
182
Looking at the HTML (with firebug) you have no contents in the carousel (in the HTML each of the LI items are empty). The photo is in a table below... have no...
Bill Scott
billwaynescott
Offline Send Email
Sep 5, 2007
8:40 pm
183
I don't know why! At this page you will view the 8th photo's of 8 in the album. In FF you don't see carousel and the LI element are empty. If you click PREV...
Sonorika.com
ciccimanolesta
Offline Send Email
Sep 6, 2007
11:04 am
184
Try this. if you click the 5th photo in the next page the carousel see a little bit of the last photo. Can be a thumb size calculate problems??? the carousel...
Sonorika.com
ciccimanolesta
Offline Send Email
Sep 6, 2007
11:09 am
185
Hey all, Im trying to use the Carousel for a staff page on my business website. Its all under development at the moment, however, since implementing the...
sullyirl07
Offline Send Email
Sep 7, 2007
12:11 pm
186
another example. Carousel with 75 photos. With Firefox i click the 8th. (the size property of the carousel is 8) ...
Sonorika.com
ciccimanolesta
Offline Send Email
Sep 7, 2007
3:44 pm
187
This group is for answering questions about the carousel component I built (http://billwscott.com/carousel). Your site does not even have my carousel (or even...
Bill Scott
billwaynescott
Offline Send Email
Sep 8, 2007
11:04 pm
188
really sorry but this is too much for me to try to debug. I haven't seen this issue before and most of your site is obfuscated so it is impossible for me to...
Bill Scott
billwaynescott
Offline Send Email
Sep 8, 2007
11:18 pm
189
Hi, We switched the system to more Ajax based as no matter how many developers I had look at it - we couldnt stabalise it. Thanks for your kind offer of...
sullyirl07
Offline Send Email
Sep 8, 2007
11:51 pm
190
Sorry, i have unloked the site. And with firebug it's the same problem....
Sonorika.com
ciccimanolesta
Offline Send Email
Sep 9, 2007
4:54 pm
191
Hello, First of all, great carousel. This was easy to implement and I have documentation coming out my ears. :) I have a carousel set up with 26 items. I...
trent o.
t_ohann
Offline Send Email
Sep 12, 2007
2:29 pm
192
Hi Bill / Carousel users: I've set up a carousel in an application I'm building. You can scroll left and right with arrow buttons, but, in addition, there's a...
sg.gray
Offline Send Email
Sep 18, 2007
2:55 pm
193
Update: Extracting a carousel-only demo I am *not* experiencing the problem I posted about. While my problem seems centered on the carousel scrolling...
sg.gray
Offline Send Email
Sep 18, 2007
10:15 pm
194
You might try seeing if it is CSS vs. Javascript related. In whittling down you example try removing CSS rules in sections and see what happens to the...
billwaynescott
Offline Send Email
Sep 18, 2007
11:07 pm
195
Hello I am building a site using carousel. Pages display one big photo at a time, and navigation is done by sliding through the photos is done using carousel. ...
duartecarrilhodagraca
duartecarril...
Offline Send Email
Sep 20, 2007
6:56 pm
196
carousel.scrollNext() should work fine. Go here: http://billwscott.com/carousel/carousel_dhtml_load.html if you have firebug, you can type...
billwaynescott
Offline Send Email
Sep 20, 2007
8:32 pm
197
Thanks, that really helped doing javascript:carousel.scrollNext() in the browser did not work before, and it is working now after rebuilding it from scratch. ...
duartecarrilhodagraca
duartecarril...
Offline Send Email
Sep 21, 2007
2:54 pm
198
var kl = new YAHOO.util.KeyListener(document, {ctrl:true, keys:89}, carousel.scrollNext() ); kl.enable(); with this i get the error "carousel has no...
duartecarrilhodagraca
duartecarril...
Offline Send Email
Sep 21, 2007
3:08 pm
199
In this page that i have paste the plain code of the script, no php script is in here: http://www.sonorika.com/v2/moduli/test.php I have same problem setting...
Sonorika.com
ciccimanolesta
Offline Send Email
Sep 21, 2007
3:38 pm
200
Your syntax is a little off on the KeyListener This should work: var k = new YAHOO.util.KeyListener(document, { ctrl:true, keys:89 },{ fn:carousel.scrollNext,...
billwaynescott
Offline Send Email
Sep 21, 2007
5:02 pm
201
Hmmm... I don't see anything but your two arrows. No content. When i look at the LI items within the carousel with firebug there is NOTHING in the LI items. ...
billwaynescott
Offline Send Email
Sep 21, 2007
5:05 pm
202
Thanks so much, this has been really helpful. i have it working very well now, by adding new YAHOO.util.KeyListener(document, { keys:39 },{...
duartecarrilhodagraca
duartecarril...
Offline Send Email
Sep 24, 2007
10:44 am
203
In the private methods _scrollNext & _scrollPrev (which are called by scrollNext & scrollPrev) I check to see if the carousel is currently in the midst of an...
billwaynescott
Offline Send Email
Sep 24, 2007
6:50 pm
204
test.php have a static code! Copy/paste the code. On firefox click a few time on prev arrow to see the problem (sorry for this post...) : <!DOCTYPE html PUBLIC...
Sonorika.com
ciccimanolesta
Offline Send Email
Sep 25, 2007
9:10 pm
205
That's great, thanks! I noticed that the incorrect behaviour doesnt happen with "forward, forward" but only with "forward, back", or "back, forward".. hope...
duartecarrilhodagraca
duartecarril...
Offline Send Email
Sep 25, 2007
9:46 pm
206
Ah! Excellent observation. Will fix that. Thanks! In the meanwhile, you could replace the _scrollPrev & _scrollNext with the following code: _scrollPrev:...
billwaynescott
Offline Send Email
Sep 25, 2007
9:57 pm
207
Hi Folks I need some help to understand how to call the images with ajax from my database. The documentation is not quite extensive on taht particular...
The Pix Clinic
huguesseattle
Offline Send Email
Sep 28, 2007
12:51 pm
208
First, This is a great script. It has everything I need. There's one thing I can't figure out how to setup. It's using the Autoplay with the Spotlight. How...
bmurdock_2
Offline Send Email
Oct 2, 2007
5:34 pm
Messages 179 - 208 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