Carousel javascript
Community Forums/General Help/Carousel javascript
| ||
I am looking for javascript for a carousel that will display HTML instead of just images. I tried Agile Carousel but it seems full of bugs and even the basic example doesn't work. Any suggestions? |
| ||
http://mootools.net/forge/p/carousel http://mootools.net/forge/p/imagecarousel http://mootools.net/forge/p/fx_scroll_carousel The last one doesn't work for me though. |
| ||
Thanks for the links, that second one is perfect for a website I'm gonna build eventually. |
| ||
The first one is pretty cool, because it supports html and also rotates automatically. |
| ||
I am looking for something that fades from one frame to the next, and when I say I want to add links, I mean individual links within the slide, not just a link for the whole image. |
| ||
I'm not sure how familiar you are with Javascript but that can be done easily enough with MooTools. Perhaps already with of the plugins if extended. |
| ||
I found a good one. jquery.cycle can handle everything. |
| ||
oh yeah mootools and jquery are the two main javascript frameworks for this sort of thing. I have "make a couple demo websites using jquery" on my todo list already. |