1
Can anybody cure my poor brain?! Can't undestand why on
http://themes.xoops2.ru/themes/0-xc/full.html only IE shows 50-pixels HUGE GAP between CenterLeft Column border and table in CenterLeft column... (red vertical line and table on left side)
Related code
CSS
td#centerLcolumn {
padding: 0px 0px 0px 0px;
width: 280px;
border-right: 1px solid red;
}
.headertable, .maintable, .footertable, .blocktable {
width:100%;
border-width:0px;
}
.clblocktable {
width:280px;
}
HTML
<table class="maintable" cellspacing="0" cellpadding="0">
<tr>
<td id="leftcolumn" cellspacing="0" cellpadding="0">
...
td>
<td id="centercolumn"><table class="maintable" cellspacing="0" cellpadding="0">
<tr>
<td id="centerLcolumn">
<table class="clblocktable" cellspacing="0" cellpadding="0" border="1">
...
table>
td>