Hi try this:
- $("#canvasDiv").mouseover(function(){
- $('this').cycle({
- fx: 'none',
- delay :10, //Play with this value, the minor the value, faster the transition
- timeout: 0 // Same the above line
- });
- });
On the "canvasDiv" <div> you could or should, load your images from a Dir with PHP and paste them. Even you could load them by Ajax, create each one with jQuery and append them to the <div> xD
Don't know if works; I`m no jQuery Guru anyway.
Hope it helps, if not sorry, at least I tried ;-)
Good Luck