LoginSignup
1
1

More than 5 years have passed since last update.

table-layout: fixed;

Posted at

tableタグにstyle="table-layout: fixed;"を指定すると、1行目の列幅のみ読み込んで全行反映するので、高速とされている。

ただし、1行目が結合されていると、次の行は強制的に1行目の均等分割の幅になる。

HTML5ではtableタグはレイアウトに使うなとされているので、普通問題にならない。
ベタ移植で食らったので個人的にメモφ(..)

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1