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

jsp:

#{item.description}

css:
【td内容过长,通过title使其隐藏,鼠标移上去显示全部内容】#description{
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

    推荐阅读