Make 2 tables have the same column sizes

前端 未结 4 2488
陌清茗
陌清茗 2021-02-19 18:29

I have 2 HTML tables that are directly on top of each other. Each table has the same number of columns, but the text they contain can differ. And each table can contain many r

4条回答
  •  别跟我提以往
    2021-02-19 19:06

    I suggest using percentage widths on your columns, making sure that those widths always add up to 100%.

    
    
    
    Lorem ipsum Lorem ipsum
    Lorem ipsum Lorem ipsum

提交回复
热议问题