Web hosting resellers - JavaScript Programmer’s Reference aTransformation N myJSSTag.textTransform JavaScript syntax:
Friday, July 27th, 2007JavaScript Programmer’s Reference aTransformation N myJSSTag.textTransform JavaScript syntax: N myJSSTag.textTransform = aTransformation CSS syntax: Argument list: A character glyph transform The JSSTag.textTransform property corresponds to the text-transform CSS property. This property provides a means to change the glyphs that are used without affecting the underlying source text. The following values are permitted: . capitalize . uppercase . lowercase . none The default value is “none”. 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. text-transform: aTransformation See also: style.textTransform JSSTag.verticalAlign (Property) Control over the vertical alignment of the object. Availability: CSS level 1 JavaScript 1.2 Netscape 4.0 Deprecated Property/method value type: String primitive JavaScript syntax: N myJSSTag.verticalAlign N myJSSTag.verticalAlign = anAlignment CSS syntax: vertical-align: anAlignment HTML syntax: <... VALIGN="..."> Argument list: anAlignment A vertical alignment control 1268