ciao a tutti!
una domanda semplice semplice...
perchè con explorer visualizzo un certo tipo di bordo e con firefox un altro?
perchè con explorer non riesco a chiudere la table principale a filo con le celle, ma si crea quello spazio che ho sottolineato in rosso?
questo il codice:
codice:
tabella principale
<table border="1" bordercolor="#333333" rules="rows" width="990" height="587" align="center" cellpadding="0" cellspacing="0">
<tr>
colonna sinistra
<td width="40%" background="backsx.gif" bgproperties="fixed" style="background-repeat: No-repeat; background-position:left" valign="bottom">
<td align="right" valign="bottom" width="67px" height="100%">
<a href="www.prova.com">[img]team/1.jpg[/img]<a>
<td>
<td>
colonna centrale
<td width="20%" background="backsx.gif" bgproperties="fixed" style="background-repeat: No-repeat; background-position:left" valign="bottom">
<td align="center" valign="bottom" width="67px" height="100%">
<a href="www.prova.com">[img]team/1.jpg[/img]<a>
<td>
<td>
colonna destra
<td width="40%" background="backsx.gif" bgproperties="fixed" style="background-repeat: No-repeat; background-position:left" valign="bottom">
<td align="right" valign="bottom" width="67px" height="100%">
<a href="www.prova.com">[img]team/1.jpg[/img]<a>
<td>
<td>
</tr>
</table>
grazie in anticipo a chi saprà aiutarmi