CSS Property: text-transform
[this page | pdf | back links]
The CSS (CSS1) text-transform property specifies the
capitalisation the browser should use for text.
Valid property values
(other than inherit
and initial) are:
|
Value
|
Description
|
|
capitalize
|
First character of each
word is capitalised (i.e. transformed to uppercase)
|
|
lowercase
|
All characters
transformed to lowercase
|
|
none
|
(default value). No capitalisation
|
|
uppercase
|
All characters
transformed to uppercase
|
|
Default Value:
|
none
|
|
JavaScript syntax:
|
e.g. object.style.textTransform="capitalize"
|
|
Inherited:
|
Yes
|
|
Animatable:
|
No
|
NAVIGATION LINKS
Contents | Prev | Next | CSS Properties