|
Type in the layer name, x amount, y amount, and whether or not this change is relative to the current
layer location. If the move is relative, put in negative amounts if you want the layer to move left or up.
If this action is working on a nested layer or is itself nested in a layer you must use the absolute pathname
for the layer starting with "window". So if you wanted to move a layer called "chair" in a layer called "house".
You would use NS:window.document.house.document.chair. and IE: window.document.all['\chair\']
|