ElementCSSInlineStyle : Object

Exposes inline style information for an element.

Browser/User Agent Support

IEMozillaNetscapeOperaSafariNetscapte
no1.0+6.0+8.0+nono

Constructors

ConstructorIEMozillaNetscapeOperaSafariNetscapte
Exposes inline style information for an element.
no1.0+6.0+8.0+nono
 

Properties

PropertyIEMozillaNetscapeOperaSafariNetscapte
Style attribute for the element.
no1.0+6.0+8.0+nono
 

Availability

HTML DOM Level 2 | W3C

Constructor Detail

ElementCSSInlineStyle ElementCSSInlineStyle()

Exposes inline style information for an element.

Visibility
internal

Property Detail

CSSStyleDeclaration style

Style attribute for the element.

For examples, see the quirksmode test page:

http://www.quirksmode.org/dom/tests/style.html

Availability

HTML DOM Level 2 | W3C