bonjour,
voila j'ai un tableau de ce style :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
<link href="../groupeleduff.css" rel="stylesheet" type="text/css">
	<table border=0 summary="">
	<tr>
		<td class="texteBlanc">Language :</td>
		<td><a href="<%=request.ServerVariables("PATH_INFO")+"?langue="+"fr"%>"><img src="../images/drapeaux/francais.gif" width="22" height="16" visible="False"></a></td>
		<td><a href="<%=request.ServerVariables("PATH_INFO")+"?langue="+"en"%>"><img src="../images/drapeaux/anglais.gif" width="22" height="16"></a></td>
		<td><a href="<%=request.ServerVariables("PATH_INFO")+"?langue="+"es"%>"><img src="../images/drapeaux/espagnol.gif" width="22" height="16"></a></td>
	</tr>
</table>
et j'aimerai juste qu'au clic de :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
<td class="texteBlanc">Language :</td>
il m'affiche les images, puis au second clic les images disparaissent...
D'avance merci