so etwa??? jetzt erklär mich bitte nicht für dumm, ich kann die grundlagen von html.. mehr nicht :-S
<html>
<head><title>menu</title>
<base target="Content">
<link rel="stylesheet" type="text/css" href="css/navigation_01.css">
<link rel="stylesheet" type="text/css" href="css/text_nav.css">
<link rel="stylesheet" type="text/css" href="css/table_nav.css">
<script>
function menue(layer,direction) {
if (direction=="out") {
layer.style.visibility="hidden";
}
if (direction=="over") {
layer.style.visibility="visible";
}
}
</script>
</head>
<body leftmargin=0 topmargin=0 bottommargin=0 rightmargin=0 bgColor="#9FB5C0" Link=#638596 vlink=#48626f alink=#48626f>
<div id="music" onMouseOver="menue(music,'over');" onMouseOut="menue(music,'out');"><b>
</div>
<div id="artists" onMouseOver="menue(artists,'over');" onMouseOut="menue(artists,'out');">
<table border="0" width="163" cellspacing="0" background="bg/head_mcing.bmp" valign="center" bordercolor=#638596 cellpadding="5" rules=rows style="position: absolute" >
<tr height="57">
<td onmouseover="this.className='in_y';" onmouseout="this.className='out_y';" >
<a href="artists2/mcstoke2.html" target="_parent">MC Stoke</A><br>
<a href="artists2/damarv2.html" target="_parent">Marv</A>
</td>
</tr>
<tr height="57">
<td onmouseover="this.className='in_y';" onmouseout="this.className='out_y';" >
<a href="mcing/lyrics_2.html" target="_parent">Lyrics</A><br>
<a href="downloads/mctrackdownloads2.html" target="_parent">Track-Downloads</A><br>
</td>
</tr>
</table>
</div>
<div id="poetry" onMouseOver="menue(poetry,'over');" onMouseOut="menue(poetry,'out');">
<table border="0" width="163" cellspacing="0" background="bg/head_djing.bmp" bordercolor=#638596 cellpadding="5" rules=rows style="position: absolute" >
<tr height="35">
<td onmouseover="this.className='in_y';" onmouseout="this.className='out_y';" >
<a href="artists2/djdevil2.html" target="_parent">DJ D-Evil</A>
</td>
</tr>
<tr height="35">
<td onmouseover="this.className='in_y';" onmouseout="this.className='out_y';" >
<a href="downloads/djtrackdownloads2.html" target="_parent">Track-Downloads</A>
</td>
</tr>
</table>
</div>
<div id="topics" onMouseOver="menue(topics,'over');" onMouseOut="menue(topics,'out');">
<table border="0" width="163" cellspacing="0" background="bg/head_writing.bmp" bordercolor=#638596 cellpadding="5" rules=rows style="position: absolute" >
<tr height="35">
<td onmouseover="this.className='in_y';" onmouseout="this.className='out_y';" >
<a href="artists2/zaem22.html" onmousemove target="_parent">ZAEM-2</A>
</td>
</tr>
<tr height="79">
<td onmouseover="this.className='in_y';" onmouseout="this.className='out_y';" >
<a href="writing/walls2.html" target="_parent">Walls</A><br>
<a href="writing/sketches2.html" target="_parent">Sketches</A><br>
<a href="writing/caracters2.html" target="_parent">Characters</A><br>
</td>
</tr>
</table>
</div>
<div valign=top><b>
<font face="arial" color=000075>
<table valign=top width="100%" border="1" cellspacing="0" cellpadding="5" rules=rows bordercolor=#638596 style="position: absolute" >
<tr valign=top height=1>
<td valign=top onmouseover="this.className='in_y';" onmouseout="this.className='out_y';" bgColor="#C8D5DB" >
<a href="home/thecrew.html" target="main">The Crew</A><br>
<a href="home/artists.html" target="main">Artists</A>
</td>
</tr>
<tr valign=top height=1>
<td onmouseover="this.className='in_y';" onmouseout="this.className='out_y';" bgcolor="#C8D5DB" >
<a href="news.htm" target="main">Newz</a>
</td>
</tr>
<tr height=1>
<td valign=top onmouseover="this.className='in_y';" onmouseout="this.className='out_y';" bgcolor="#C8D5DB" >
<a href="http://theloststylez.netfirms.com/cgi-bin/theloststylez/load.pl" target="main">Guestbook</a><br>
<a href="home/email.html" target="main">Connection</a>
</td>
</tr>
<tr height=1>
<td valign=top onmouseover="this.className='in_y';" onmouseout="this.className='out_y';" bgcolor="#C8D5DB" >
<a href="home/links.html" target="main">Links</a><br>
<a href="home/banner.html" target="main">Banner</a>
</td>
</tr>
<tr height=1>
<td valign=top onmouseover="this.className='in_y';" onmouseout="this.className='out_y';" bgcolor="#C8D5DB" >
<a href="zznsignup.html" target="main">Registration</a>
</td>
</tr>
</table></font></b>
</div></body>
</html>