http://www.7crystal.com/2007/12/css%e7%94%a8%e6%b3%95-%e6%9c%80%e5%90%8e%e6%9b%b4%e6%96%b020080723/
//实现省略号{text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }
//表格强制换行{word-break: break-all;/*必须*/}<td class=”">
//表格强制不换行{word-break: keep-all;/*必须*/}<td class=”">
//min-height最小高度的实现{min-height:100px; height:auto !important; height:100px; overflow:visible;}