css小技巧积累

1.对于超出文本域的文字处理,使用省略号处理(属于css3属性):

      overflow:hidden;
      text-overflow:ellipsis;
      -o-text-overflow:ellipsis;
      white-space:nowrap;
      width:100%;

 

2.

posted @ 2016-01-20 15:51  不破小子  阅读(107)  评论(0编辑  收藏  举报