JavaScript Programmer’s (Mac os x web server) Reference Layer.resizeBy() (Method) Adjusts the size
JavaScript Programmer’s Reference Layer.resizeBy() (Method) Adjusts the size of a layer by a relative amount. JavaScript 1.2 Netscape 4.0 Deprecated Availability: JavaScript syntax: N anX A relative distance in the X axis Argument list: aY The layer can have its size adjusted by a value measured in pixels. This can apply to the horizontal or vertical axis or both if necessary. The value can be positive or negative causing the layer to grow or shrink respectively. Although the size changes, the top left corner will remain pinned to its current location growing or shrinking the layer to the right and bottom of its extent. myLayer.resizeBy(anX, aY) A relative distance in the Y axis Delta X Delta Y Warnings: . No longer supported in Netscape 6.0. See also: Layer.resizeTo() 1310