Web hosting service - L Layer.top (Property) Warnings: . If you
L Layer.top (Property) Warnings: . If you are having problems with this, try creating an absolute positioned
container and then use the Layer.load() method instead. According to reports from other developers, that works better in Netscape 4. . This doesn’t work with ILAYERelements, in Netscape 4. . No longer supported in Netscape 6.0. See also: javascript: URL, Layer.load() Layer.top (Property) The y-coordinate (in pixels) of the layer relative to its containing layer. JavaScript 1.2 Netscape 4.0 Deprecated Availability: Property/method value type: JavaScript syntax: N Number primitive myLayer.top In Netscape this defines the top edge coordinate of a layer. It corresponds to the pixelTop property of an MSIE style object. Warnings: . No longer supported in Netscape 6.0. See also: style.pixelTop, style.posTop Layer.visibility (Property) Whether a layer is visible or not. JavaScript 1.2 Netscape 4.0 Deprecated Availability: Property/method value type: JavaScript syntax: Boolean primitive myLayer.visibility N myLayer.visibility = “hide” N myLayer.visibility = “show” N 1315