Javascript Reference
Others | HTML Elements | Events | Objects | Grammar
javascript styleElement type
This is the style sheet MIME type specified by the type attribute of the style element.
javascript styleElement styleSheet
Returns a styleSheet object representing the style sheet defined by the style element. This is property is present, but doesn't seem to be offi
javascript styleElement sheet
Returns a styleSheet object (W3C DOM type CSSStyleSheet ) representing the style sheet defined by the style element. This is an alternate (and
javascript styleElement media
Indicates the intended output device for the rules of the style element. The media property looks forward to the day when browsers are able to t
javascript styleElement disabled
Specifies whether rules in the style sheet should be applied to their selected elements. Although the corresponding disabled attribute does not wo
javascript styleElement Description
The style element object reflects the style HTML element. This object is separate from the style object that is accessed as a property of vir
javascript STYLE setProperty( )
Sets an inline style attribute/value pair. If the attribute already exists, the new value is applied to the existing attribute; otherwise the attrib
javascript STYLE setExpression( )
Assigns a script expression to an element object's property as a way to calculate dynamically a value for the property. This method works with prope
javascript STYLE runtimeStyle
Returns a style object whose individual style properties convey values only if they are explicitly set via the regular style sheet processes.
javascript STYLE removeProperty( )
Deletes the inline CSS attribute/value pair and returns a string with the previous value.
javascript STYLE item( )
Returns the attribute name of the inline CSS attribute/value pair corresponding to the integer index value in source code order.
javascript STYLE getPropertyValue( )
Returns the string value of the inline CSS attribute/value pair.
javascript STYLE getPropertyPriority( )
Returns the string value of any priority (such as !important ) associated with the inline CSS attribute.
javascript STYLE getPropertyCSSValue( )
Returns an object that represents a CSS value. In the W3C DOM, the CSSValue object returned from this method has properties that reveal the text o
javascript STYLE zoom
Governs the magnification of rendered content. Particularly useful for output that might be displayed on monitors with very high pixel density. See
< 361-375 / 2140 >

Powered by Linode.