For more information
about document compatibility in Internet Explorer 8, visit the following
Microsoft Developer Network (MSDN) Web site:
How to reproduce the problem
Consider the following sample page:
<HTML><TABLE WIDTH="100%" border=1 cellSpacing=0 cellPadding=0>
<COLGROUP>
<COL>
<COL>
<COL>
<COL style="WIDTH: 50%">
<COL style="WIDTH: 50%">
</COLGROUP>
<TBODY>
<TR>
<TD colSpan=5 ></TD>
</TR>
<TR>
<TD>1</TD>
<TD style="padding:6px;">2<INPUT style="position:absolute;top:-7000" value=2 /></TD>
<TD style="padding:6px;">3 Long long long long text</TD>
<TD style="padding:6px;">
<TABLE style="table-layout:fixed"><TBODY><TR><TD>4</TD></TR></TBODY></TABLE>
</TD>
<TD style="padding:6px;">
<TABLE style="table-layout:fixed"><TBODY><TR><TD>5</TD></TR></TBODY></TABLE>
</TD>
</TR>
</TBODY></TABLE></HTML>
Save this source as an .html file, and then open the file in Internet
Explorer 8. Although the table in the source has five columns, you see only three columns. However, if you open the file in Internet Explorer 7, you see all five columns.