标签:http sp for strong on div bs html ef
 
text-transform :  none | capitalize| uppercase| lowercase
 
参数:
 
none :  无转换发生
capitalize :  将每个单词的第一个首字母转换成大写,其余无转换发生
uppercase :  转换成大写
lowercase :  转换成小写
 
说明:
 
检索或设置对象中的文本的大小写。
对应的脚本特性为textTransform。请参阅我编写的其他书目。
 
示例:
 
div { text-transform : uppercase; } 
标签:http sp for strong on div bs html ef
原文地址:http://www.cnblogs.com/Greenzgz/p/4157199.html