Internet Explorer 6 o 7.. non riconosce il link.. realizzato con un TABLE.
Su Firefox tutto funziona perfettamente!
Codice PHP:
<A title="Ladybirds Crew FOTO" href="foto.htm" onmouseover="document.getElementById('id_pal_f').className='pal_ff';" onmouseout="document.getElementById('id_pal_f').className='pal_f';">
<TABLE width="78" align="right" style="height: 100%;" cellpadding="0" cellspacing="0" border="0">
<TR>
<TD height="100%">
</TD>
</TR>
<TR>
<TD height="22" style="background: url('palo_f.gif') no-repeat;">
</TD>
</TR>
<TR>
<TD height="78" align="center" style="background: url('dir_s.gif') no-repeat;">
</TD>
</TR>
<TR>
<TD id="id_pal_f" class="pal_f" height="400" align="center">
</TD>
</TR>
</TABLE>
</A>
Cosa posso fare?
GRAZIE.