text-transform
Name: text-transform
Description: Specifies the case of the letters within an element.
Browser Compatibility: IE 4+ / NN 4+ / O 3.5+
Inherited: Yes
Values:
- capitalize
- inherit
- lowercase
- none [Initial value]
- uppercase
Code Example:
#openText {text-transform: capitalize;}
Comments: The case of the letters in the actual document will be overridden by this property.