td内容过长,通过title使其隐藏,鼠标移上去显示全部内容

jsp:

 #{item.description}

css:

#description{
overflow: hidden; 
white-space: nowrap;
text-overflow: ellipsis;
}

你可能感兴趣的:(td内容过长,通过title使其隐藏,鼠标移上去显示全部内容)