Table with table-layout: fixed; and how to make one column wider

后端 未结 4 1693
甜味超标
甜味超标 2020-12-01 03:53

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

4条回答
  •  醉酒成梦
    2020-12-01 04:29

    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.

提交回复
热议问题