So I have a table with this style:
table-layout: fixed;
Which makes all columns to be of the same width. I would like to have one column (t
What you could do is something like this (pseudocode):
<"300px" table> Basically, split up the table into two tables and have it contained by another table. 0 讨论(0) 查看其它4个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
Basically, split up the table into two tables and have it contained by another table.