Vps web hosting - JavaScript Programmer’s Reference In Netscape this defines the

JavaScript Programmer’s Reference In Netscape this defines the left coordinate of a layer. It corresponds to the pixelLeft property of an MSIE style object. Warnings: . No longer supported in Netscape 6.0. See also: style.pixelLeft, style.posLeft Layer.load() (Method) A method to load a new URL and resize a layer. JavaScript 1.2 Netscape 4.0 Deprecated Availability: JavaScript syntax: N aURL A document to load into the layer Argument list: aWidth A new width value for the layer myLayer.load(aURL, aWidth) This is an alternative way to load a new document into a layer. You can accomplish something similar by assigning a new value to the src property. This method will adjust the width of the layer at the same time. This can work very effectively if you generate dynamic content via a javascript: URL as the value passed to the load() method. In fact this works so much better, that the Layer.src property can be ignored for most purposes. This seems to work well with an absolutely positioned

container. Warnings: . This doesn’t work for ILayer elements in Netscape 4. . No longer supported in Netscape 6.0. See also: javascript: URL, Layer.src Layer.moveAbove() (Method) Adjusts the Z ordering of a layer. JavaScript 1.2 Netscape 4.0 Deprecated Availability: JavaScript syntax: N Argument list: The layer object to be moved above myLayer.moveAbove(aLayer) aLayer 1302

Leave a Reply