zu diesem ergebnis bin ich auch gekommen ja..und ja,wäre euch sehr dankbar..
also der code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>janwicki - eastmoon.ch</title>
<link rel="shortcut icon" href="images/favicon.ico" >
[code lang=php]<?php
$buttons = array ("home","thatsme","webdesign","guestbook","kontakt",);
if ( $page == "" )
$page = "start";
?>
<style type="text/css">
.style8 {color: #FFFFFF;font-family: Geneva, Arial, Helvetica, sans-serif;text-decoration:overline; font-size:16px}
/* mouseovereffekt*/
a.menu { display:block; width:94px; border:0px ; font-family:Geneva, Arial, Helvetica, sans-serif;
text-decoration:overline; font-size:16px; text-align:center }
a.menu:link { color:#ffffff; background-color:#999999; text-decoration:overline;font-family:Geneva, Arial, Helvetica, sans-serif; }
a.menu:visited { color:#ffffff; background-color:#999999; text-decoration:overline;font-family:Geneva, Arial, Helvetica, sans-serif; }
a.menu:hover {color:#ffffff;background-color:#999999;text-decoration:overline; font-size:20px;font-family:Geneva, Arial, Helvetica, sans-serif;}
a.menu:active {color:#ffffff;background-color:#999999;text-decoration:overline; font-size:20px;font-family:Geneva, Arial, Helvetica, sans-serif;}
div.menu { color:#000; background-color:#999999; width:220px; text-align:center; padding:0px; }
/**/
</style>
</head>
<body bgcolor="#020231">
<table style="position:absolute; top:150px; left:200px" border="0">
<tr>
<td><iframe src="<?php echo "$page.php?nav=$nav"; if ( !empty($email) ) echo "&email=$email"; ?>"
width="504"; height="340" frameborder="0"></iframe> </td>
</tr>
</table>
<table style="position:absolute; top: 492px; left:203px; width: 504px;" bgcolor="#999999" border="0">
<tr>
<td width="68"><div align="center"><a href="home.php?page=start" class="menu">home</a></div></td>
<td width="108"><div align="center"><a href="home.php?page=thatsme" class="menu">thatsme</a></span></div></td>
<td width="130"><div align="center"><a href="home.php?page=webdesign" class="menu">webdesign</a></span></div></td>
<td width="91"><div align="center"><a href="home.php?page=hundekuchen" class="menu">guestbook</a></span></div></td>
<td width="89"><div align="center"><a href="home.php?page=kontakt" class="menu">contact</a></span></div></td>
</tr>
</table>
<img style=" position:absolute; left:820px; top:50px"src="images/abnehmender_mond.jpg" />
<img style=" position:absolute; left:0px; top:20px"src="images/signature.gif"/>
</body>
</html>
[/code]