> Thanks Mike!
>
> It's currently on the development page atwww.imagine.yidio.com. I've
> put some placeholders in for the time being.
>

Zach, it really looks to me like this should work:

$('#headline-rotation').before('<ul id="nav">').cycle({
    speed:  'slow',
    timeout: 4000,
    pager:  '#nav',
    pagerAnchorBuilder: function(idx, slide) {
        var src = $('img',slide).attr('src');
        return '<li><a href="#"><img src="' + src + '" width="100"
height="50" /></a></li>';
    }
});


Reply via email to