CSS Ellipsis
.TextEllipsis { overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
让一个盛Text的容器中的文字不折行,而显示 ...
proven and usable hacks and experience of Internet application development, for my own use.
.TextEllipsis { overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
让一个盛Text的容器中的文字不折行,而显示 ...
Posted by
Dillone Hailei Wang 王海磊
at
2/05/2007 05:57:00 PM
Labels: CSS