già che c'ero ho fatto un'immagine di come appare

questo è il css interessato
codice:
a:link {
font-family: Tahoma;
color: #0000CC;
text-decoration: none;
}
a:visited {
font-family: Tahoma;
color: #0000CC;
text-decoration: none;
}
a:hover {
font-family: Tahoma;
color: #FFFFFF;
background-color: #000000;
text-decoration: none;
height: 100%;
background-repeat: repeat;
}
.boxPixGalTit {
font-family: Tahoma;
font-size: 9px;
color: #000000;
width: 100%;
filter: alpha(opacity=70);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
-moz-opacity: 0.70; opacity:0.7;
position: fissa;
text-align: center;
height: 93px;
}
questo l'html del table
il css sopra lo uso principalmente per i link
e poi già che c'ero l'ho usato anche per le immagini che devono avere gli stessi colori dei link (o perlomeno il BG)
codice:
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="boxPixGalTit">
<tr>
<td width="10%" height="12" valign="middle" bgcolor="<%=piXcolor%>">');" onmouseout="hideddrivetip();" >[img]../webgraphic/buttons/date.gif[/img]</td>
<td width="76%" valign="middle" bgcolor="<%=piXcolor%>"><%=pixArtist%></td>
<td width="14%" valign="middle" bgcolor="<%=piXcolor%>">
<img onMouseOver="ddrivetip('<%=commentiCounts%> Comments');" onMouseOut="hideddrivetip();" src="../webGraphic/icocomments.gif" align="baseline"></td>
</tr>
<tr>
<td colspan="3" >[img]../webGraphic/trasparente.gif[/img]</td>
</tr>
</table>