土曜日, 12月 20, 2008

'table-layout:fixed時のテーブルの幅設定

colspanは2以上の時、単にtd(或いはth)に幅を設定しても、利かなくなっています。この場合、セルの結合の際のWIDTH属性についてのようにすれば、解決できます。

<table width="550px" cellspacing='0' border='1' style='table-layout:fixed;'>
<colgroup>
<col align='center' width='80px'>
<col align='center' width='190px'>
<col align='center' width='50px'>
<col align='center' width='160px'>
<col align='center' width='70px'>
</colgroup>

0 件のコメント: