başlıkta çok anlatamamış olabilirim





yukarıdaki resimde 2 rengin arası bos beyaz görüyosunuz burayı birlestirmek istiyorum

<td width="%25" class="logo"></td>
<td width="%75" class="menu" COLSPAN="2"></td>
kodlaması böyle

table td.menu {
	border-left: 1px solid #584E44;
	background-color: #584E44;
	background-image:url('./img/menu.png');
	background-repeat:no-repeat;
	background-position:center bottom;
}

table td.logo {
	border-right: 1px solid #584E44;
	background-color: #584E44;
	background-image:url('./img/logo.bmp');
	background-repeat:no-repeat;
	background-position:left bottom;
}
css de böyle yardımcı olursanız sevinirim.