no, sono proprio impedita e alla grande....
dunque, il menu che ho scaricato da questo sito
http://javascript.html.it/script/lista/8/menu/nn riesco proprio a farlo funzionare, e quello che ho scaricato da qui
http://www.web-link.it mi procura una serie di problemi:
vediamo se riesco a spiegare il più grave dei problemi:
ho preso un menu con sotto menu tipo quello che avevo gia sul mio sito, il fatto è che i sotto menu rimangono aperti e nn si ritirano. di seguito vi metto il codice html del menu, magari voi mi dite cosa devo cambiare (questo è il codice originale, ho solo cambiato una voce del sotto menu per prova
<html>
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" content="Microsoft FrontPage Express 2.0">
<title></title>
<STYLE>
<!--
th { text-align:center; cursor:pointer; border: 1px solid #000000; background-color: #B9E9FF; color:#005984; font-family:Tahoma; font-size:10pt }
tr { text-align:center; cursor:pointer; border: 0px solid #000000; background-color: #005984; font-family:Tahoma; font-size:10pt; color:#8CDAFF }
a:link { font-family: Tahoma; font-size: 10pt; color: #8CDAFF ; text-decoration: none }
a:hover { font-size: 10pt; font-family: Tahoma; color:white; text-decoration: none }
a { font-family: Tahoma; font-size: 10pt; color: #8CDAFF ; text-decoration: none }
table.mainTable {border-style: groove; border-width: 4px; border-collapse:collapse}
-->
</STYLE>
</head>
<body style="background-color: #F2FBFF">
<script language="JavaScript" type="text/javascript"
src="807DHTMLMenuExpander.js"></script>
<table border="1" cellpadding="0" cellspacing="0" id="mainTable">
<tr>
<td><table border="1" cellpadding="0" cellspacing="0">
<tr>
<th width="150">Menu Header 1</th>
</tr>
<tr>
<td width="150"><a href="807.html">sci</a></td>
</tr>
<tr>
<td width="150"><a href="807.html">Sub selection
b</a></td>
</tr>
</table>
</td>
</tr>
<tr>
<td><table border="1" cellpadding="0" cellspacing="0">
<tr>
<th width="150">Menu Header 2</th>
</tr>
<tr>
<td width="150"><a href="807.html">Sub selection
a</a></td>
</tr>
<tr>
<td width="150"><a href="807.html">Sub selection
b</a></td>
</tr>
<tr>
<td width="150"><a href="807.html">Sub selection
c</a></td>
</tr>
<tr>
<td width="150"><a href="807.html">Sub selection
d</a></td>
</tr>
</table>
</td>
</tr>
<tr>
<td><table border="1" cellpadding="0" cellspacing="0">
<tr>
<th width="150">Menu Header 3</th>
</tr>
<tr>
<td width="150"><a href="807.html">Sub selection
a</a></td>
</tr>
<tr>
<td width="150"><a href="807.html">Sub selection
b</a></td>
</tr>
<tr>
<td width="150"><a href="807.html">Sub selection
c</a></td>
</tr>
<tr>
<td width="150"><a href="807.html">Sub selection
d</a></td>
</tr>
</table>
</td>
</tr>
<tr>
<td><table border="1" cellpadding="0" cellspacing="0">
<tr>
<th width="150">Menu Header 4</th>
</tr>
</table>
</td>
</tr>
</table>
<p><a href="http://www.4thorder.us/Scripts/" target="_blank"><font
size="1">4thorder<sup>(TM)</sup> Full Scripts</font></a> </p>
</body>
</html>