CSS用法 [最后更新2008.07.23]

七彩crystal 撰写  

//实现省略号{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;}


发表评论

你必须在 登录 后才能发表评论.