<table>

Tags
csshtml
Created
Sep 9, 2016 7:26 AM

非固定布局的表格才支持 min max min-width max-width 配合百分比

td 设置了边框,table 不能更改成虚线等,但是能使用 border-style: hidden;

border-collapse: collapse; 时可以为 tr 设置边框(优先级低于 table-cell 的边框),为separate时不行

display 可以模拟,但不能模拟 colspan 等属性

单元格 white-space:pre 会撑大表格。只能使用绝对定位使之脱离表格的文本流。

tr 不能设置 padding;

chrome中 tr 的 relative 不起作用。Firefox正常

table-cell +  max-width + text-overflow 能并排自适应文本宽度

SuperMade with Super