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...
On Firefox you have a JavaScript error. syntax error http://www.sonorika.com/jament/photo/1273/183568/ Line 108 _getScrollLeft([], "mouseout", function(),...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
Update: Extracting a carousel-only demo I am *not* experiencing the problem I posted about. While my problem seems centered on the carousel scrolling...
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...
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. ...
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. ...
var kl = new YAHOO.util.KeyListener(document, {ctrl:true, keys:89}, carousel.scrollNext() ); kl.enable(); with this i get the error "carousel has no...
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...
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,...
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. ...
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...
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...
That's great, thanks! I noticed that the incorrect behaviour doesnt happen with "forward, forward" but only with "forward, back", or "back, forward".. hope...
Ah! Excellent observation. Will fix that. Thanks! In the meanwhile, you could replace the _scrollPrev & _scrollNext with the following code: _scrollPrev:...
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...
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...