can anybody tell me how I can move a <div>-layer with the moveBy(x,y) method?
I'd like to know how it's done in a function
e.g.
function MoveLayer()
{
document.MyLayer.moveBy(x,y) (is that correct?)
}
thanks, I appreciate any constructive hint and help.
brayan