Browser acceptable plain-language color names in javascript

AliceBlue AntiqueWhite Aqua Aquamarine Azure Beige Bisque Black BlanchedAlmond Blue BlueViolet Brown BurlyWood CadetBlue Chartreuse Chocolate Coral

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

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 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 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 wordSpacing

Governs the length of space between words. IE 5 for Macintosh may exhibit overlap problems with the word-spacing of elements nested inside the one b

javascript STYLE wordBreak

Specifies the word-break style for ideographic languages or content that mixes Latin and ideographic languages.