文字溢出指定width的用...表示

<style type="text/css">
          .textoverflow{

                width:430px;

               -ms-text-overflow: ellipsis;

               -o-text-overflow: ellipsis;

                overflow:hidden;

                text-overflow:ellipsis;

                white-space:nowrap;

}
 </style>

此样式放在div标签中有效,在td标签中无效

鼠标移动到xxx...的文字上显示全部使用title=“值”

猜你喜欢

转载自wisfly.iteye.com/blog/2228236