07/09/20 12:20:59 bclnFN38.net
環境:MAC Safari1~2
症状:ピクセルで幅指定していないクリアボックス
の中のテーブルがセンタリングされない。
body,div,td{ text-align:center;}
div,table{ margin-left:auto; margin-right:auto;}
<div style="width:600px;">
<p style="width:300px; float:right;">フロート</p>
<p style="width:300px; float:left;">フロート</p>
<div style="width:100%; clear:both; background-color:#eee;">
<table width="300">
<tr><td>テーブル</td></tr>
</table>
</div>
</div>