function ShowCadre (Num, Aff) {
var Taille;
switch (Num) {
case 1:
Taille = 110;
break;
case 2:
Taille = 110;
break;
case 3:
Taille = 105;
break;
}
if (Aff == true) {
document.getElementById('G' + Num).height = Taille;
document.getElementById('D' + Num).height = Taille;
document.getElementById('Cadre' + Num).style.display='';
} else {
document.getElementById('Cadre' + Num).style.display='none';
document.getElementById('G' + Num).height = '24';
document.getElementById('D' + Num).height = '24';
}
}
<table border="0" cellpadding="0" cellspacing="0" width="150" onmouseover="javascript:ShowCadre(2, true);" onMouseOut="javascript:ShowCadre(2, false);">
<tr valign="bottom"><td colspan="3" width="150" height="96"><img border="0" src="PICS/Accueil/Accueil_A6.jpg"></td></tr>
<tr valign="top">
<td width="10"><img height="24" width="10" border="0" src="PICS/Accueil/Accueil_A1.jpg" id="G2"></td>
<td width="130" align="Center" valign="top">
<font face="Verdana" color=#cc6600 Size="1">
<b>
En 1 Clic !
</b>
</font>
<table border="0" cellpadding="0" cellspacing="0" width="100%" id="Cadre2" style="display:none;">
<tr><td height="20"></td></tr>
<tr><td><img border="0" src="pics/tri-b.gif"><a href="pNouveautes.asp" class="liste"><font face="Arial" color="red" size="1"> Nouveautés</font></a></td></tr>
</table>
</td>
<td width="10"><img height="24" width="10" border="0" src="PICS/Accueil/Accueil_A2.jpg" id="D2"></td>
</tr>
<tr><td colspan="3" width="150" height="13"><img border="0" src="PICS/Accueil/Accueil_A3.jpg"></td></tr>
</table>
Voila exactement ce que j'ai mis !
J'espere que vous vous y retrouverez !
