PS:
anbei mal die Erzeugung der Navigation, nur eben statisch...
<link rel="StyleSheet" type="text/css" href="navigation/navy.css"><body class="oben">
<div id="menuDiv" align="bottom" style="position: relative; width: 600px; height: 30px; left: 0px; top: 0px;">
<!-- Reiternavigation-->
<table align="bottom" background="item_off.gif" cellpadding="0" cellspacing="0" width="100%">
<tbody><tr>
<td>
<img src="left_off.gif">
</td>
<td class="vMenuItem_off" width="25%" height="30">
<a href="home.htm
</td><td>
<img src="mid_off_off.gif">
</td>
<td class="vMenuItem_off" width="25%" height="30">
<a href="hallo.htm">Was wir tun...</a>
</td><td>
</td><td>
<img src="mid_off_off.gif">
<td class="vMenuItem_off" width="25%" height="30">
<a href="warum.htm">Warum wir´s tun...</a>
</td>
<td>
<img src="mid_off_off.gif">
</td>
<td class="vMenuItem_off" width="25%" height="30">
<a href="kontakt.htm">Kontakt</a>
</td><td>
</td><td>
<img src="right_off.gif">
</td>
</tr>
</tbody></table>
</div>
Vielleicht hilft das ja weiter...
Ich wll hie rauch nix kopieren, sondern lediglich verstehen, wie man so etwas aufbaut, um dann selber Grafiken zu machen und die Navigation umzusetzen...