Hi there, Maybe the "continous" option will help?
$('whatever').cycle({continuous: true}); http://malsup.com/jquery/cycle/options.html --Karl ____________ Karl Swedberg www.englishrules.com www.learningjquery.com On Dec 9, 2008, at 10:11 PM, marifletch wrote:
I am working with the jquery cycle plugin, (http://malsup.com/jquery/ cycle/). What I need to do is have images scroll left in a continuous flow, with no break between them. I haven't been able to achieve this by editing the css, and if wrap a <nobr> tag around the images, the plugin stops working. Can anyone help? Thanks very much.