text-transform

Support Key: CSS1 | CSS2 | IE4B1 | N4B2 | O3.5
Other Text Properties
word-spacing
letter-spacing
white-space
text-align
text-decoration
text-shadow
text-indent
= Index DOT Css by Brian Wilson [bloo@blooberry.com] =
  Main Index | Property Index | CSS Support History | Browser History  



   Quick Statistics   
Default Value:
none
Applicable Elements:
All
Inherit From Parent:
Yes
Applicable Media:
Visual
HTML Equivalent:
NA
What is it?
This property sets the casing style for a section of text. Content may not be affected if it is not in the ISO 8859-1 character set or does not have an applicable alternate case character to convert to.

Allowed Values
inherit
CSS2
Type: Explicit
Description:
Explicitly sets the value of this property to that of the parent.
none
CSS1 | CSS2 | IE4B1 | N4B2 | O3.5
Type: Explicit
Description:
No transforming is done. This neutralizes the inherited value.
capitalize
CSS1 | CSS2 | IE4B1 | N4B2 | O3.5
Type: Explicit
Description:
Uppercases the first letter of every word.
uppercase
CSS1 | CSS2 | IE4B1 | N4B2 | O3.5
Type: Explicit
Description:
All text in the section is forced to upper case.
lowercase
CSS1 | CSS2 | IE4B1 | N4B2 | O3.5
Type: Explicit
Description:
All text in the section is forced to lower case.
Example
Ext/Doc: div { text-transform: capitalize }
In-Line:  <div STYLE="text-transform: capitalize">This is a capitalization test.</div>
Notes Browser Peculiarities

Boring Copyright Stuff....