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 of Contents, etc...</td>
<td width="400">This page uses, etc...</td>
<td> </td> <!--blank cell
with relative width, column for flexibility-->
</tr>
</table>
See what happens when resize screen smaller. Cells still collapse so
that text on white space overlaps green area.
|
|