Florida web design - JavaScript Programmer’s Reference Layer.clip.right (Property) The right edge

JavaScript Programmer’s Reference Layer.clip.right (Property) The right edge of a layer’s clip region. JavaScript 1.2 Netscape 4.0 Deprecated Availability: Property/method value type: JavaScript syntax: Number primitive myLayer.clip.right N myRect.right N This defines the right 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. See also: Clip.right, Rect.right Layer.clip.top (Property) The top edge of a layer’s clip region. JavaScript 1.2 Netscape 4.0 Deprecated Availability: Property/method value type: JavaScript syntax: N myRect.top This defines the top edge of the clip region. You could modify this in a loop to create a vertical upward wipe transition effect. Warnings: .No longer supported in Netscape 6.0. Number primitive myLayer.clip.top N See also: Clip.top, Rect.top 1298

Leave a Reply