L Layer.layers[] (Collection) Warnings: . This property (Web site traffic)

L Layer.layers[] (Collection) Warnings: . This property is deprecated in favor of the Layer.visibility property. However, even though it is deprecated some versions of Netscape require that it is forcibly set to false otherwise the visibility property will not function correctly. . If an object is hidden, the gap will not be filled by any surrounding content. . No longer supported in Netscape 6.0. See also: Layer.visibility Layer.layers[] (Collection) A deprecated property providing a list of child layers within this layer. JavaScript 1.2 Netscape 4.0 Deprecated Availability: Property/method value type: JavaScript syntax: N LayerArray object myLayer.layers You should access this collection via the documentobject associated with this layer. That is the recommended technique for new projects. If you see this in an old project, then it should be removed if possible and replaced with the preferred means of access. Warnings: . This property is deprecated in favor of using Layer.document.layers in its place. . No longer supported in Netscape 6.0. See also: Document.layers[], LayerArray object Property attributes: ReadOnly. Layer.left (Property) The x-coordinate relative to the containing layer. JavaScript 1.2 Netscape 4.0 Deprecated Availability: Property/method value type: JavaScript syntax: N Number primitive myLayer.left 1301

Leave a Reply