テーブルを作成しましたが、firebugは次のようなものを示しています。左の列のdivタグ全体の色にしたい
<table style="width:100%;">
<tr><td style="vertical-align: top;">
<div style="float:right;background:silver;width:150px;height:300px;position:relative;">
</div></td>
<td>
<div>
my table....
blah blah....
</div>
</td></tr>
</table>
私のテーブルはこんな感じです。