Bonjour,

J'ai un problème avec le code suivant :

Code html : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
<tr>
<td nowrap onMouseOver="afficheCalque('Comediens')" onMouseOut="cacheCalque('Comediens')">&nbsp;</td>
</tr>
<tr>
<td width="95%" bordercolor="0" onmouseover="afficheCalque('Comediens')" onmouseout="cacheCalque('Comediens')"><div align="right">Comediens <img width="13" height="13" src="images/fleche.gif"> </div></td>
<td nowrap width="5%" onMouseOver="afficheCalque('Comediens')" onMouseOut="cacheCalque('Comediens')"><div id="Comediens" onMouseOver="afficheCalque('Comediens')" onMouseOut="cacheCalque('Comediens')" class="divListe">
<a href='./compagnie.php?page=entrepriseCulturelle&id_personne=14'>Mr X</a><br>
<a href='./compagnie.php?page=entrepriseCulturelle&id_personne=17'>Colonel moutarde</a><br>
<a href='./compagnie.php?page=entrepriseCulturelle&id_personne=9'>Melle Rose</a><br>
</div></td>
</tr>

Lorsque je survole la cellule, sous IE, ça m'affiche bien ce qu'il faut.
Quand je le fais avec firefox, ça ne fonctionne pas.

Pourquoi ?

Merci de votre aide,

Jérôme