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.
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.