PDA

View Full Version : Is this possible? A jcarousel inside an expandable div



somnamblst
July 10th, 2007, 03:38 PM
I've had success using the scriptaculous slide effect, but no luck combining scriptaculous and jquery on the same page. I've also used mootools.

What I would like is a shallow div that expands on rollover to show an automatically scrolling image effect such as jcarousel or SmoothBox

Unfortunately just about everything I have in my toolbox involves clicking not rolling over

icio
July 12th, 2007, 09:44 AM
Write the script for click and then use

e.onmouseover = function() { this.click(); }

I suppose that's kind of cheating but given that I don't know any of the code that is used in any of the packages/frameworks you're wanting to use I think that's fair enough.