CSS用法 [最后更新2008.07.23]
2007年12月24日
| 标签: css用法
//实现省略号{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;}
发表评论
| Trackback
