This property sets the selected text as all uppercase, all lowercase, or the first letter of each word capitalized.
text-transform: lowercase;
IE5.5+, FF1+, SA1.3+, OP9.2+
| capitalized | Makes the first letter of each word capitalized. |
| lowercase | Makes all text in the selected element display as lowercase. |
| none | Does not apply the properties style. |
| uppercase | Makes all text in the selected element uppercase. |