HTML Elements >
STYLE
javascript STYLE top
For calculations on this value, use parseFloat( ) on the returned value; or, in IE, retrieve the pixelTop or posTop properties, which return genuine n
javascript STYLE unicodeBidi
Controls the embedding of bidirectional text (such as a mixture of French and Arabic) in concert with the direction style attribute.
javascript STYLE verticalAlign
Specifies the vertical alignment characteristic of the element. This property operates in two spheres, depending on the selection of values you use.
javascript STYLE visibility
Specifies the state of the positioned element's visibility. Surrounding content does not close up the space left by an element that has its visibility
javascript STYLE voiceFamily, volume
The voiceFamily, volume of style are described in below chapter: javascript STYLE azimuth, cue, cueAfter, cueBefore, elevation, pause, pauseAfter, pau
javascript STYLE whiteSpace
Controls intepretation of whitespace (such as leading spaces and line breaks) from the source code.
javascript STYLE wordWrap
Specifies the word-wrapping style for block-level, specifically-sized inline, or positioned elements. If a single word (i.e., without any whitespace
javascript STYLE writingMode
Intended primarily for languages that display characters in vertical sentences, this controls the progression of content, left-to-right, or right-to
javascript STYLE zIndex
For a positioned element, this specifies the stacking order relative to other elements within the same parent container. See Chapter 4 for details on
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
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 getPropertyPriority( )
Returns the string value of any priority (such as !important ) associated with the inline CSS attribute.
javascript STYLE getPropertyValue( )
Returns the string value of the inline CSS attribute/value pair.
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 removeProperty( )
Deletes the inline CSS attribute/value pair and returns a string with the previous value.
Powered by Linode.