function(event){ var box = //get a handle to box box.style.position = 'aboslute'; box.style.left = event.page.x; box.style.top = event.page.y; }