Premetto che sono completamente digiuno da Javascript. Ma ho necessita di inserire un menù ad albero già fatto in un pagina da me creata. Nn so come inserire il codice nella pagina! spero voi mi possiate aiutare! (Ho provato ad inserire il menù semplicemente copiando il codice del menù, posizionandomi nella tabella della mia pagina con il cursore e copiando il codice, ma mi sposta tutti gli oggetti della tabella che ho creato e nn mi posiziona il menù nel punto giusto!)
Questo è il codice della mia pagina:
<html>
<head>
<title>Untitled</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
body {
background-color: #366899;
}
.Stile4 {font-size: 11px; font-family: "Times New Roman", Times, serif;}
.Stile8 {color: #FFFFFF}
.Stile11 {
font-weight: bold;
font-size: 12px;
color: #FFFFFF;
font-family: Georgia, "Times New Roman", Times, serif;
}
.Stile21 {
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: bold;
}
.Stile23 {color: #999999}
.Stile24 {font-size: 12px}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}
-->
</style>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="801" height="932" border="0" align="center" cellpadding="0" cellspacing="0" id="Tabella_01">
<tr>
<td colspan="6">
[img]immagini/Index_01.gif[/img]</td>
<td>
[img]immagini/spacer.gif[/img]</td>
</tr>
<tr>
<td colspan="2" rowspan="2">
[img]immagini/Index_02.gif[/img]</td>
<td>
[img]immagini/Index_03.gif[/img]</td>
<td colspan="3" rowspan="2">
[img]immagini/Index_04.gif[/img]</td>
<td>
[img]immagini/spacer.gif[/img]</td>
</tr>
<tr>
<td>
[img]immagini/Index_05.gif[/img]</td>
<td>
[img]immagini/spacer.gif[/img]</td>
</tr>
<tr>
<td colspan="6">
[img]immagini/Index_06.gif[/img]</td>
<td>
[img]immagini/spacer.gif[/img]</td>
</tr>
<tr>
<td rowspan="4">
[img]immagini/Index_07.gif[/img]</td>
<td colspan="4">
[img]immagini/Index_08.gif[/img]</td>
<td rowspan="4">
[img]immagini/Index_09.gif[/img]</td>
<td>
[img]immagini/spacer.gif[/img]</td>
</tr>
<tr>
<td height="23" colspan="4" align="center" valign="bottom" bgcolor="6699CC" class="Stile11"></td>
<td>
[img]immagini/spacer.gif[/img]</td>
</tr>
<tr>
<td colspan="4">
[img]immagini/Index_11.gif[/img]</td>
<td>
[img]immagini/spacer.gif[/img]</td>
</tr>
<tr>
<td colspan="4" rowspan="2" align="left" valign="top" bgcolor="#FFFFFF"><blockquote>
</p>
</p>
</blockquote></td>
<td height="94">
[img]immagini/spacer.gif[/img]</td>
</tr>
<tr>
<td rowspan="2" align="left" valign="top" bgcolor="336699">
</p>
QUI VOGLIO POSIZIONARE IL MENu</p>
</p>
</p>
</p>
</p>
</p></td>
<td rowspan="2" align="left" valign="top" bgcolor="336699"> </td>
<td height="618" align="left" valign="top">
[img]immagini/spacer.gif[/img]</td>
</tr>
<tr>
<td height="24" colspan="3" bgcolor="6699CC"><div align="center" class="Stile4"><span class="Stile8"></span></div></td>
<td>
[img]immagini/Index_16.gif[/img]</td>
<td>
[img]immagini/spacer.gif[/img]</td>
</tr>
<tr>
<td height="6">
[img]immagini/spacer.gif[/img]</td>
<td>
[img]immagini/spacer.gif[/img]</td>
<td>
[img]immagini/spacer.gif[/img]</td>
<td>
[img]immagini/spacer.gif[/img]</td>
<td>
[img]immagini/spacer.gif[/img]</td>
<td>
[img]immagini/spacer.gif[/img]</td>
<td></td>
</tr>
</table>
<map name="Index_03_Map">
<area shape="rect" alt="" coords="0,0,142,87" href="#">
</map>
<map name="Index_06_Map">
<area shape="rect" alt="" coords="690,19,769,27" href="#">
<area shape="rect" coords="639,19,678,27" href="mailto:info@genoalegalforum.org" alt="">
<area shape="rect" alt="" coords="589,19,627,28" href="#">
</map>
</body>
</html>