Делал простенькую таблицу.
Но чёт не могу убрать этот белый промежуток
http://img98.imageshack.us/img98/2301/image9984329.png
Прошу помощи.
Вот код:
Code
<style>
.InfTable {
width:100%;
border:1px solid #ececec;
-moz-border-radius:5px 5px 0 0;
-webkit-border-radius:5px 5px 0 0;
-khtml-border-radius:5px 5px 0 0;
border-radius:5px 5px 0 0;
}
.InfHr {
background:#ececec;
width:1px;
heighr:100%;
border:none;
padding:0 1px 0 1px;
}
.InfTop {
padding-bottom:4px;
background:#f5f5f5;
border-bottom:1px solid #ececec;
text-align:center;
}
.InfContent {
padding:5px;
text-align:left;
border:none;
}
</style>
<table class="InfTable">
<tr>
<td class="InfTop">
<b>Обновления на форуме</b>
</td>
<td class="InfTop">
<b>Трансфер</b>
</td>
</tr>
<tr>
<td class="InfContent">
143512342314514356463578478467437
</td>
<td class="InfContent">
143512342314514356463578478467437
</td>
</tr>
</table>