item
Property of css/cssom/CSSStyleDeclaration/CSSStyleDeclarationcss/cssom/CSSStyleDeclaration/CSSStyleDeclaration
Syntax
var result = element.item;
element.item = value;
Notes
Remarks
The item method can be used to iterate over all properties in this declaration block.
Syntax
Standards information
Parameters
- index [in]
- Type: Integer <b/>The index of the property name to retrieve.
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]