现在的位置: 首页 > 综合 > 正文

text-overflow,overflow,white-space三者(css学习)

2013年12月04日 ⁄ 综合 ⁄ 共 197字 ⁄ 字号 评论关闭
p.test {
	border: 1px solid #000000;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}
http://www.quirksmode.org/css/contents.html
http://css-tricks.com/almanac/properties/w/whitespace/

抱歉!评论已关闭.