码迷,mamicode.com
首页 > Web开发 > 详细

个人笔记-CSS

时间:2014-12-16 10:08:09      阅读:180      评论:0      收藏:0      [点我收藏+]

标签:css

超出容器文字隐藏

.hiddenoverflowtext {
	width:265px;
	line-height:25px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	display: inline-block;
}

强制文字(字母数字有时不换行)换行

	text-indent:2em;
	word-break:break-all; 
	word-wrap:break-word;


个人笔记-CSS

标签:css

原文地址:http://blog.csdn.net/ztt_1119/article/details/41956117

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!