This yields a JSSTags associative array which contains a style object for each Element object in the page which has an ID="..." HTML tag attribute.
The ID value is used as an associative array reference to reach the style object.
This property does not show up when the document properties are enumerated in a for( ... in ... ) loop.
Refer to the JSSTags topic if you need to operate on these objects.
This is only supported by Netscape 4 and is part of the JSS support and therefore to be deprecated and should not be used on new projects.
If you plan to use this, the style settings can only be done during the <HEAD> portion of the document and cannot be modified once the document body begins to load.
This functionality is removed from Netscape 6.0.
See also: | Document object, Document.classes[], ID="...", JSSTags object |
Prev | Home | Next |
Document.height | Up | Document.images[] |
JavaScript Programmer's Reference, Cliff Wootton Wrox Press (www.wrox.com) Join the Wrox JavaScript forum at p2p.wrox.com Please report problems to support@wrox.com © 2001 Wrox Press. All Rights Reserved. Terms and conditions. |