ho pensato che visto che usi le png con trasparenza basta un'immagine come sfondo e le altre come titoli
quindi magari puoi togliere il testo dall'immagine coi palloni
Codice PHP:
<style type="text/css">
<!--
a:link, a:visited, a:active {
text-decoration: none;
background-image: none;
line-height: 0px;
margin: 0px;
padding: 0px;
display: block;
}
a:hover {
background-image: url(http://linuxmx.altervista.org/xxxx/img/menudx_news1over.png);
}
a img {
border: none
}
-->
</style>
Codice PHP:
<table width="160" border="1" cellspacing="10" cellpadding="0">
<tr>
<td><a href="#" title="link 1"><img src="http://linuxmx.altervista.org/xxxx/img/menudx_news1.png" alt="1" /></a></td>
</tr>
<tr>
<td><a href="#" title="link 2"><img src="http://linuxmx.altervista.org/xxxx/img/menudx_news1.png" alt="1" /></a></td>
</tr>
<tr>
<td><a href="#" title="link 3"><img src="http://linuxmx.altervista.org/xxxx/img/menudx_news1.png" alt="1" /></a></td>
</tr>
<tr>
<td><a href="#" title="link 4"><img src="http://linuxmx.altervista.org/xxxx/img/menudx_news1.png" alt="1" /></a></td>
</tr>
<tr>
<td><a href="#" title="link 5"><img src="http://linuxmx.altervista.org/xxxx/img/menudx_news1.png" alt="1" /></a></td>
</tr>
</table>
prova così