Thanks,

That solves it all

Will put some examples on http://ddblock.myalbums.biz

Philip

On Aug 31, 8:33 pm, Mike Alsup <[EMAIL PROTECTED]> wrote:
> > Is it also possible to use the CSS selectors to select images in a
> > certain class or ID?
>
> > <div class="cycle-images">
> > <img class='cycle' .......>
> > <img class='nocycle'........>
> > <div>
>
> > and use 'img .cycle' asslideExprto show only the images with class
> > 'cycle' or
>
> Yes, but your CSS is not correct.  To select only images with a class
> of "cycle" you would do:
>
> slideExpr:  'img.cycle'
>
> Notice that there is no space between "img" and ".cycle".
>
> TheslideExproption let you specify any jQuery selector for
> identifying slides within the container.
>
> Mike

Reply via email to