[jQuery] conceptional question
hey there,
i want to make keyimage-slideshow for a website with a header navigation.
everytime you <b>hover a menu item</b>, a <b>slideshow of images</b> related to this menu-item should start in the <b>keyimage-area</b>.
how would you build st like that ?
is it possible to make some kind of object which i can controll like that:
$('#keyvisualBox').keyVisualSlide({ fade: 1000 }, [ { src: '/files/dynamic/generic/655x163-216_ac188.jpg' }, ..... ]); // initialize ??
and than this:
$('#keyvisualBox').keyVisualSlide({ showSlideshow: 2 }) // perform ??
many thanks in advanced!
cheers
<a href="http://chrispie.de">chrispie.de</a>