揮発性のメモ2

http://d.hatena.ne.jp/iww/

2023-11-21から1日間の記事一覧

テーブルの幅をセルの幅の合計に合わせる

css

テーブルの幅をセルの幅の合計に合わせるには、 width: fit-content; を使用する。 <div style="overflow: auto;"> <table style="width: fit-content; table-layout: fixed;"> <colgroup> <col style="width:150px;"> <col style="width:150px;"> <col style="width:150px;"> <col style="width:150px;"> <col style="width:150px;"> </col></col></col></col></col></colgroup></table></div>