Jack wrote:
Hello, is it possible to use clueTip to cycle images. I used jcycle to
make a slide show based on images in an html page. That works fine.
Now I would like these images to appear in a clueTip. I tried the
clueTip feature that allows you to include a web page  so I included
the web that uses jcycle with the images but it does not work.

As a guess, and without going back to look at clueTip's implementation, have you forgotten to initialize the slide show after the clueTip's html loads? Something like this (entirely untested) code?:

    $("selector").clueTip({onShow: success: function(data, status) {
        $(cycleDiv, selector).cycle();
    }});

Good luck,

 -- Scott

Reply via email to