摘要:
vertical-align:10px; /*数字可以是正数也可以是负数*/例:垂直对齐方式 阅读全文
posted @ 2013-06-27 15:46
四叶草2010
阅读(181)
评论(0)
推荐(0)
摘要:
text-transform:capitalize; /*单词首字母大写*/text-transform:uppercase; /*全部大写*/text-transform:lowercase; /*全部小写*/显示效果: 阅读全文
posted @ 2013-06-27 15:12
四叶草2010
阅读(513)
评论(0)
推荐(0)
摘要:
text-decoration:underline; /*下划线*/text-decoration:overline; /*顶划线*/text-decoration:line-through; /*删除线*/text-decoration:blink; /*闪烁 此功能目前只有firefox支持*/text-decoration:underline line-through; /*文字不仅有下划线还有删除线;当同时有多个值时,中间用空格分开*/ 阅读全文
posted @ 2013-06-27 14:42
四叶草2010
阅读(659)
评论(0)
推荐(0)