Cycle Plugin

Cycle Plugin


first time iv started to use this plugin and so far am finding it great! but i would like to use it on a group of thumb images..

i have about 6 thumb  each one has two images (2nd hidden) and using the  pagerEvent: 'mouseover'  i want the image to fade (or using different fx) out into the hidden one!

how do i go about doing this? YES am a newbie to jQuery :-)
div #thumb is around one thumb
this is the code i hav so far
  1. $(document).ready(function() {
  2. $('#thumb').cycle({
  3.         fx:     'fade',
  4.         speed:   500,
  5.         timeout: 0,
  6.         pagerEvent: 'mouseover'
  7.     });
  8. });











    • Topic Participants

    • dan