Table of Contents
various listings
on the left
over here, etc.
|
|
Sample Page Showing Problem:
This page uses:
-
background to provide green bar on left
-
table to divide space so that table of contents can be in the green
area and other text can be in white area with basic structure:
<table width="100%">
<tr>
<td width="200">
<table width="200">
<!--nested table-->
<tr>
<td> Table of Contents,
etc...</td>
</tr>
</table>
<td width="500">This page uses, etc...</td>
</tr>
</table>
See what happens when resize screen smaller. The text on white area
does not collapse.
|