L Layer.clip.height (Property) (Php web hosting) Layer.clip.height (Property) The height
Thursday, August 16th, 2007L Layer.clip.height (Property) Layer.clip.height (Property) The height of a layer’s clip region. JavaScript 1.2 Netscape 4.0 Deprecated Availability: Property/method value type: JavaScript syntax: Number primitive myLayer.clip.height N myRect.height N The clip region is defined by an extent rectangle that surrounds the space occupied by it on the screen. An extent rectangle is that smallest rectangle that completely encloses the item. This property specifies the height of that extent rectangle. Warnings: . No longer supported in Netscape 6.0. See also: Clip.height, Rect.height Layer.clip.left (Property) The left edge of a layer’s clip region. JavaScript 1.2 Netscape 4.0 Deprecated Availability: Property/method value type: JavaScript syntax: N myRect.left This defines the left edge of the clip region. You could modify this in a loop to create a horizontal wipe transition effect. Warnings: .No longer supported in Netscape 6.0. Number primitive myLayer.clip.left N See also: Clip.left, Rect.left 1297