Dropdown til eksisterende menu - hvordan?
Jeg har efterhånden brug for mere plads i min menu og vil gerne lave den som dropdown der udfolder sig automatisk når man holder musen hen over.Samtidig vil jeg høre om det ikke kan lade sig gøre at lave noget smart så man ikke skal ind på hver eneste side for at lave ændringer i menuen (bortset fra en frame, som jeg ikke er så vild med). Min nuværende menu ser sådan ud:<tr>
<td onmouseover="this.bgColor='#0D8AA6';"onmouseout="this.bgColor='#13C8F1';" style="cursor:hand" height="18" width="108"bgcolor="#13C8F1" style="border-top: 1px solid #000000; border-bottom: 1px solid #000000" align="center" valign="middle"><b><font face="Verdana, Arial" style="font-size: 11px"><a style="color: #000000; text-decoration: none" href="nyhedsarkiv.htm">Nyhedsarkiv</a></font></b>
</td>
<td onmouseover="this.bgColor='#0D8AA6';" onmouseout="this.bgColor='#13C8F1';" style="cursor:hand" height="18" width="108" bgcolor="#13C8F1" style="border-left: 1px solid #000000; border-top: 1px solid #000000; border-bottom: 1px solid #000000" align="center" valign="middle">
<b><font face="Verdana, Arial" style="font-size: 11px">
<a style="text-decoration: none; color: #000000" href="galleri.htm">Galleri</a></font></b></td>
<td onmouseover="this.bgColor='#0D8AA6';" onmouseout="this.bgColor='#13C8F1';" style="cursor:hand" height="18" width="108" bgcolor="#13C8F1" style="border-left: 1px solid #000000; border-top: 1px solid #000000; border-bottom: 1px solid #000000" align="center" valign="middle">
<b><font face="Verdana, Arial">
<a style="text-decoration: none; color: #000000" href="gaestebog.htm">
<span style="text-decoration: none; color: #000000; font-size: 11px">Gæstebog</span></a></font></b></td>
<td onmouseover="this.bgColor='#0D8AA6';" onmouseout="this.bgColor='#13C8F1';" style="cursor:hand" height="18" width="96" bgcolor="#13C8F1" style="border-left: 1px solid #000000; border-top: 1px solid #000000; border-bottom: 1px solid #000000" align="center" valign="middle">
<b><font face="Verdana, Arial" style="font-size: 11px">
<a style="text-decoration: none; color: #000000" href="tabs.htm">Tabs</a></font></b></td>
<td onmouseover="this.bgColor='#0D8AA6';" onmouseout="this.bgColor='#13C8F1';" style="cursor:hand" height="18" width="108" bgcolor="#13C8F1" style="border-left: 1px solid #000000; border-top: 1px solid #000000; border-bottom: 1px solid #000000" align="center" valign="middle">
<b><font face="Verdana, Arial" style="font-size: 11px">
<a style="text-decoration: none; color: #000000" href="artikler_og_andet.htm">Artikler</a></font></b></td>
<td onmouseover="this.bgColor='#0D8AA6';" onmouseout="this.bgColor='#13C8F1';" style="cursor:hand" height="18" width="113" bgcolor="#13C8F1" style="border-left: 1px solid #000000; border-top: 1px solid #000000; border-bottom: 1px solid #000000" align="center" valign="middle">
<b><font face="Verdana, Arial" style="font-size: 11px">
<a style="color: #000000; text-decoration: none" href="hvorfor_nu_dette.htm">Baggrund</a></font></b></td>
<td onmouseover="this.bgColor='#0D8AA6';" onmouseout="this.bgColor='#13C8F1';" style="cursor:hand" height="18" width="102" bgcolor="#13C8F1" style="border-left: 1px solid #000000; border-top: 1px solid #000000; border-bottom: 1px solid #000000" align="center" valign="middle">
<b><font face="Verdana, Arial">
<a style="text-decoration: none; color: #000000" href="links.htm"><span style="color: #000000; text-decoration: none; font-size: 11px">Links</span></a></font></b></td>
<td onmouseover="this.bgColor='#0D8AA6';" onmouseout="this.bgColor='#13C8F1';" style="cursor:hand" height="18" width="102" bgcolor="#13C8F1" style="border-left: 1px solid #000000; border-top: 1px solid #000000; border-bottom: 1px solid #000000" align="center" valign="middle">
<b><font face="Verdana, Arial" style="font-size: 11px">
<a style="color: #000000; text-decoration: none" href="kontakt.htm">Kontakt</a></font></b></td>
<td onmouseover="this.bgColor='#0D8AA6';" onmouseout="this.bgColor='#13C8F1';" style="cursor:hand" height="18" width="102" bgcolor="#13C8F1" style="border-left: 1px solid #000000; border-top: 1px solid #000000; border-bottom: 1px solid #000000" align="center" valign="middle">
<b><font face="Verdana, Arial">
<a style="color: #000000; text-decoration: none" href="index.html"><span style="color: #000000; text-decoration: none; font-size: 11px">Hjem</span></a></font></b></td>
</tr>
