Is that code wrapped in a doc-ready block?

$(document).ready(function() {
    $('ul#flashshow').innerfade({
       speed: 'slow',
       timeout: 4000,
       type: 'sequence',
       containerheight: '220px'
    });
});


> $('ul#flashshow').innerfade({
>         speed: 'slow',
>         timeout: 4000,
>         type: 'sequence',
>         containerheight: '220px'
> });
>
> And the outcome of that, is absolutely nothing! Even if I had some
> errors I'd have something to go on. It currently just displays the
> images in a list.

Reply via email to