text-transform

Specifies that the text for the element should be converted to the assigned case or format.

Platform Support

IENetscapeMozillaOperaSafari
4.0+4.0+1.0+6.0+1.0+

Values

inheritInherit the value from the parent element.
capitalizeCapitalize the first letter of every word.
uppercaseCapitalize every letter of every word.
lowercaseConvert all letters to lowercase.
noneOverride any inherited text-transform values.

Availability

W3C CSS2

Related

text_css aptana_docs