一,CSS HTML 实现虚线横线分隔线

方法一:
<hr size="1" noshade="noshade" style="border:1px #cccccc dotted;">

方法二:
<div style="border-top:1px dashed #cccccc;height: 1px;overflow:hidden"></div>


二,通用的可使td,th不换行的css样式:white-space:nowrap;