菜单或标题的文本过长时用省略号处理方法

.title{
  width:200px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  word-break:keep-all;
 }

此方法的 text-overflow:ellipsis;样式firefox不识别所以在火狐上没效果

或者用截取字符串的方法(el表达式里可以用jstl离得fn函数标签fn:sutr()进行截取)

posted @ 2012-08-27 11:04  zbjice  阅读(343)  评论(0)    收藏  举报