[jQuery] Re: ImageStrip and newer jquery library

2007-06-11 Thread Vincent Majer


Thanks, it works well !


Cordialement,
Vincent Majer,
Responsable technique,
http://www.monagence.com


Joel Birch a écrit :


On 07/06/2007, at 3:04 AM, Vincent Majer wrote:

var left = this.image.left();


Hi Vincent,
This may fix it. Change that line to:

var left = this.image.css('left');

Joel.





[jQuery] Re: ImageStrip and newer jquery library

2007-06-06 Thread Joel Birch


On 07/06/2007, at 3:04 AM, Vincent Majer wrote:

var left = this.image.left();


Hi Vincent,
This may fix it. Change that line to:

var left = this.image.css('left');

Joel.