Specifies that the text for the element should be converted to the assigned case or format.
Platform Support
IE | Netscape | Mozilla | Opera | Safari | 4.0+ | 4.0+ | 1.0+ | 6.0+ | 1.0+ |
---|
Values
inherit | Inherit the value from the parent element. |
capitalize | Capitalize the first letter of every word. |
uppercase | Capitalize every letter of every word. |
lowercase | Convert all letters to lowercase. |
none | Override any inherited text-transform values. |
Availability
W3C CSS2