Mar 7, 2001 #1 kimera MIS Nov 6, 2000 15 CH 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
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
Mar 8, 2001 #2 luciddream Programmer Nov 8, 2000 712 US i think moveBy() is a method of the window object.... i'm not positive though.... yep... just checked, its a method of the window object. you can't use it to move layers. luciddream@subdimension.com Upvote 0 Downvote
i think moveBy() is a method of the window object.... i'm not positive though.... yep... just checked, its a method of the window object. you can't use it to move layers. luciddream@subdimension.com