JavaScript Programmer’s Reference The JSSTag.whiteSpace property corresponds to (Web design conference)
JavaScript Programmer’s Reference The JSSTag.whiteSpace property corresponds to the white-space CSS property. This property controls how tabs, newline characters and additional whitespace inside an element is presented. The following values are available: . normal . pre . nowrap The default value for this property is “normal”. This value is inherited from its parent container element. Warnings: . Deprecated for any further use. This was available only in Netscape 4.0 and is completely removed from Netscape 6.0. style.whiteSpace See also: JSSTag.width (Property) This is the width of an object. Availability: CSS level 1 JavaScript 1.2 Netscape 4.0 Deprecated Property/method value type: String primitive JavaScript syntax: N myJSSTag.width N myJSSTag.width = aWidth CSS syntax: HTML syntax: width: aWidth <... WIDTH="..."> Argument list: A CSS length value aWidth The JSSTag.width property corresponds to the width CSS property. This property can be used to control the width of an object on the screen. The value can be specified as a length measured in units, a percentage of the containing block the element is located in or an “auto” value that lets the browser compute the size. The default value for this property is “auto”. This value is not inherited from its parent container element. 1270