si ok, ma il problema è che mi va, http://linuxmx.altervista.org/xxxx/1.php
ma le celle devono essere 25px, invece mi si crea una spaziatura grandissima non so perchè..
il file css è
e le tabelle sonoCodice PHP:body {
background-color: #000000;
}
.style1 {
color: #CEDCDC;
font-weight: bold;
}
.elemento:link, elemento:visited, elemento:active {
text-decoration: none;
background-image: none;
height: 25;
}
.elemento:hover {
background-image: url(http://linuxmx.altervista.org/xxxx/img/titolievid.png);
}
.elemento img {
border: none
}
.style1 {color: #CEDCDC;
font-weight: bold;
}
Codice PHP:<td width="160" height="25" background="img/titoli.png" bgcolor="#FFFFFF"><div align="center" class="style1">MENU</div></td>
</tr>
<tr>
<td height="25" bgcolor="#FFFFFF"><div align="center">
<p class="elemento"><a href="#"><img src="img/menusx_home.png" width="160" height="25" border="0" /></a></p>
</div></td>
</tr>
<tr>
<td height="25" bgcolor="#FFFFFF"><div align="center">
<p class="elemento"><a href="#"><img src="img/menusx_galleria.png" width="160" height="25" border="0" /></a></p>
</div></td>
</tr>
<tr>
<td height="25" bgcolor="#FFFFFF"><div align="center">
<p class="elemento"><a href="#"><img src="img/menusx_forum.png" width="160" height="25" border="0" /></a></p>
</div></td>

