示例:
width:200px;
text-overflow:ellipsis;
-o-text-overflow:ellipsis;
-icab-text-overflow: ellipsis;
-khtml-text-overflow: ellipsis;
-moz-text-overflow: ellipsis;
-webkit-text-overflow: ellipsis;
其实,这段CSS是无效的,或许因为曾经有效但现在无效,弄得网络上为什么流传了那么多,忽悠了月木,月木又忽悠了我,我是无辜的……对超长的地方的解决办法还是用:
width:100px;
height:20px;
overflow:hidden;
这样,超出的统统截断了事……至于省略号,在div里加一个冒牌的吧。

YYLD.net, I choose, I like: Bellting's Blog