gatwick2002
Programmer
<HTML>
<HEAD>
</HEAD>
<BODY>
<TABLE height="100%" width="100%" cellSpacing="0" cellPadding="-1">
<tr>
<td height="100%" width="80">
<TABLE
height="100%" cellSpacing="0" cellPadding="-1">
<TR>
<TD id="tdMenu" style="BORDER-RIGHT: #3c739a thin solid; VERTICAL-ALIGN: top; BORDER-TOP-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none">
<TABLE width="100%" cellSpacing="0" cellPadding="-1">
<tr>
<TD >QQQQQQQQQQ
</TD>
</tr>
</TABLE>
</TD>
</TR>
</TABLE>
</td>
<td>
DDDDD
</td>
</tr>
</TABLE>
</BODY>
</HTML>
In IE6 this code draws vertical border from top to bottom. The same code in IE 5 draws only small chunk of line. Why? What should I change in it to make it draws itself equally?
<HEAD>
</HEAD>
<BODY>
<TABLE height="100%" width="100%" cellSpacing="0" cellPadding="-1">
<tr>
<td height="100%" width="80">
<TABLE
height="100%" cellSpacing="0" cellPadding="-1">
<TR>
<TD id="tdMenu" style="BORDER-RIGHT: #3c739a thin solid; VERTICAL-ALIGN: top; BORDER-TOP-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none">
<TABLE width="100%" cellSpacing="0" cellPadding="-1">
<tr>
<TD >QQQQQQQQQQ
</TD>
</tr>
</TABLE>
</TD>
</TR>
</TABLE>
</td>
<td>
DDDDD
</td>
</tr>
</TABLE>
</BODY>
</HTML>
In IE6 this code draws vertical border from top to bottom. The same code in IE 5 draws only small chunk of line. Why? What should I change in it to make it draws itself equally?