|
|
|
|
|
by haberman
5526 days ago
|
|
What solution does CSS offer for three-column layout (with a resizable center column) that is remotely as simple as: <table width=100%><tr>
<td width="200px">Fixed left column.
<td>Liquid center column
<td width="200px">Fixed right column.
</table>
|
|