摘要: table{ table-layout: fixed;}td{ white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}解析:1. table-layout: fixed由于table-layout的默认值是auto,即table的宽高将取决于其内容的多寡,如果内容的体积无法估测,那么最终表格的呈现形式也无法保证了,f... 阅读全文
posted @ 2012-05-11 12:59 阳.光.的.味.道 阅读(629) 评论(2) 推荐(1) 编辑