For details, please click
Version: CSS1 Compatibility: IE4 NS4 Inheritance: Yes
Syntax :
text-transform : none | capitalize| uppercase| lowercase
Parameters:
none : No transformation occurs
capitalize : Capitalize the first character of each word The first letter is converted to uppercase, and no conversion occurs for the rest
uppercase: Convert to uppercase
lowercase: Convert to lowercase
Description:
Retrieve or set the case of the text in the object .
The corresponding script feature is textTransform. Please see other books I have written.
Example:
div { text-transform : uppercase; }
For more css3 content, please click