Je ne comprends pas tout j'ai un tableau 3 lignes 5 colonnes, mon texte qui est dans 4 colonne de la ligne du haut saute sur la 3ième ligne. Et si je clic là ou il devrait être il remonte.
Sous firefox et chrome j'ai pas de problème.
Merci
<td bgcolor="#FFFFFF">
<table width="100%" cellspacing="0" cellpadding="0" border="0" >
<tr>
<td width="20%" rowspan="3" style="background:url(ligne.bmp) repeat-x; background-position:center">
<img src="bloc_g.png"/></td>
<td height="40" width="20%" valign="bottom"><a href="index.php?menu=1" class="<?=$actif[1]?>"><?=$rubrique[1]?></a></td>
<td width="20%" valign="bottom"><a href="index.php?menu=2" class="<?=$actif[2]?>"><?=$rubrique[2]?></a></td>
<td width="20%" valign="bottom"><a href="index.php?menu=3" class="<?=$actif[3]?>"><?=stripslashes($rubrique[3])?></a></td>
<td width="20%" valign="bottom"><a href="index.php?menu=4" class="<?=$actif[4]?>"><?=$rubrique[4]?></a></td>
</tr>
<tr>
<td height="20" colspan="4" style="background:url(ligne.bmp) repeat-x; background-position:center;"> </td>
</tr>
<tr>
<td height="40" colspan="4" class="hmenu"> </td>
</tr>
</table> </td>
Sous firefox et chrome j'ai pas de problème.
Merci