【问题标题】:Min-width and max-width for <td> [duplicate]<td> 的最小宽度和最大宽度 [重复]
【发布时间】:2013-02-02 16:57:50
【问题描述】:

可能重复:
Min-width and max-height for table atrributes

&lt;tables&gt;&lt;td&gt; 不理解属性 min-widthmax-width 根据 % 的规范。如何模仿?

【问题讨论】:

  • 没有必要把你的整个问题都加粗。

标签: html css


【解决方案1】:

您可以使用 css3 flexbox 并添加 css min-width 和 max-width。

https://developer.mozilla.org/en-US/docs/CSS/Using_CSS_flexible_boxes

【讨论】: