I am using the prototype-carousel from here
http://prototype-carousel.xilinus.com/
but I am getting an error in IE6 when I try to initialize it..
function initGalery() {
carousel = new Carousel('html-carousel', {
animHandler:animHandler,
animParameters:{duration:0.5},
buttonStateHandler:buttonStateHandler,
nextElementID:'next-arrow',
prevElementID:'prev-arrow',
size:20,
numVisible:8,
scrollInc:7
});
}
Event.observe(window, 'load', initGalery);
I get an error "Object does not support this property or method"
For the life of me cant see what is wrong with it, and it works
perfect in Firefox.
If some one can spot what IE is bitching about I would be eternally
grateful. :-)
here is the page.
http://sweetwatertravelcom.nationprotect.net/modules/Gallery/
carouselMin.php
______________________________________________________________________
Alex Duffield ❖ Principal ❖ InControl Solutions . http://
www.incontrolsolutions.com
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Spinoffs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---