Mam problem z rozwijanym menu, mianowicie nie działa mi poprawnie pod Mozillą, np. nie zwija mi się z powrotem, oraz po najechaniu na jeden z link'ów, a następnie na drugi(niżej) zostaje mi ten sam odcień... <ort>po prostu</ort> działa źle...

Pod IE i Operą działa dobrze.

kod w <head></head> :

<script type="text/javascript">
<!--
function display(id, value)
{ if(document.getElementById)document.getElementById(id).style.display=value;
  else if(document.all)document.all[id].style.display=value; }
//-->
</script>

a w <body></body> :

<table>
<tr>
<td valign="top">

<table width="108" border="0" cellspacing="0" cellpadding="0" onmouseover="display('nr0','block')" onmouseout="display('nr0','none')">
<tr><td valign="top">

<table width="107" border="0" cellspacing="0" cellpadding="0">
<tr><td onmouseover="this.style.background='url(img/z3.jpg)'" onmouseout="this.style.background='url(img/z4.jpg)'" style="background: url(img/z4.jpg); text-align: center; width: 107px; height: 24px;"><a href="" class="menu">Strona główna</a></td></tr>
</table>

<div id="nr0">
<table width="108" border="0" cellspacing="0" cellpadding="0">
<tr><td>
<table width="107" border="0" cellspacing="0" cellpadding="0">
<tr>
<td onmouseover="this.style.background='url(img/z2.jpg)'" onmouseout="this.style.background='url(img/z.jpg)'" style="background: url(img/z.jpg); text-align: center; width: 107px; height: 21px"><a href="" class="menu2">tekst</a></td>
</tr>
<tr>
<td onmouseover="this.style.background='url(img/z2.jpg)'" onmouseout="this.style.background='url(img/z.jpg)'" style="background: url(img/z.jpg); text-align: center; width: 107px; height: 21px"><a href="" class="menu2">tekst</a></td>
</tr>
<tr>
<td onmouseover="this.style.background='url(img/z2.jpg)'" onmouseout="this.style.background='url(img/z.jpg)'" style="background: url(img/z.jpg); text-align: center; width: 107px; height: 21px"><a href="" class="menu2">tekst</a></td>
</tr>
</table>

</td></tr>
</table>
</div>

</td></tr>
</table>

</td></tr>
</table>
<script type="text/javascript">
<!--
display('nr0','none');
//-->
</script>

a w stylach css (w pliku style.css) :

body {
color: #000000;
background-color: #FFFFFF;
font-family: Tahoma, sans-serif;
}
a.menu, a.menu:link, a.menu:visited, a.menu:active, a.menu:hover {
text-decoration: none; color: #FFFFFF; font-weight: bold; font-size: 11px;
}
a.menu2, a.menu2:link, a.menu2:visited, a.menu2:active, a.menu2:hover {
text-decoration: none; color: #FFFFFF; font-weight: bold; font-size: 10px;
}

nie umię tego dobrze opisać i pewnie pisze niejasno, ale nie mogę zaprezentować całego menu (grafiki) na tym forum i jej błędne działanie pod mozill'ą, więc dodatkowo umieściłem same menu z nieco większym opisem pod tym adresem:
http://pociete.9f.pl</b>