...
Code Block | ||||
---|---|---|---|---|
| ||||
// move DIV elements in the specified region 100 pixels down and to the right
massMove(10, 20, 10, 70, 100, 100, "DIV");
// move all elements in the specified region 100 pixels down and to the right
massMove(10, 20, 10, 70, 100, 100)
|
...