セルを拡張せずに画像をテーブルセルにオーバーフローさせるにはどうすればよいですか?
編集:
申し訳ありませんが、もう少し情報を提供します。これは表です:
<table class="content">
<col width="200px" />
<col width="560px" />
<col width="200px" />
<tr>
<td colspan="3" class="logo"></td>
</tr>
</table>
CSS:
.logo
{
height: 120px;
background: url('img/wallpaper.png') center;
}
簡単な解決策があると思いました...