Dans le temps j'en avait fait un avec des cadres et des boutons à gauhe, chaque cadre correspond à un code html.
Tu utilises quel programme pour faire ton site ?

Code : Tout sélectionner
<table border="0">
<tr>
<th width="20%">contenu cellule 1 </th>
<th> contenu cellule 2 </th>
</tr>
</table>
Code : Tout sélectionner
<HTML>
<HEAD></HEAD>
<FRAMESET COLS="20%,80%">
<FRAME SRC="A.htm">
<FRAMESET ROWS="30%,70%">
<FRAME SRC="B.htm">
<FRAME SRC="C.htm">
</FRAMESET>
</FRAMESET>
</HTML>