td中使用overflow:hidden; 无效解决方案
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
蕃薯耀 2015年11月17日 17:15:10 星期二
http://fanshuyao.iteye.com/
解决方法:
.dot{
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
在td内加一层<td><div class='w400 dot'>内容</div></td>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
蕃薯耀 2015年11月17日 17:15:10 星期二
http://fanshuyao.iteye.com/