ciao
fai un annidamento di tabelle così :
codice:
<table border="0" width="100%" cellspacing="1" cellpadding="0">
<tr>
<td width="50%">
<table border="1" width="100%">
<tr>
<td width="100%">menu</td>
</tr>
<tr>
<td width="100%">menu</td>
</tr>
<tr>
<td width="100%">menu</td>
</tr>
<tr>
<td width="100%">menu</td>
</tr>
</table>
</td>
<td width="50%">
<table border="1" width="100%">
<tr>
<td width="100%">testo</td>
</tr>
<tr>
<td width="100%">testo</td>
</tr>
<tr>
<td width="100%">testo</td>
</tr>
<tr>
<td width="100%">testo
</p>
</p>
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
e in quealla del menu metti valign="top" così rimarrà sempre in cima senza trascinarsi la pagina centrale !