bonjour,
je cherche a faire comme celui du RCT; http://www.rctoulon.com/ le cadre "a la une", "fil l'infos"
j ai deja ce bout de script mais je ne sai pas comment metre le texte dans le cadre de gauche
merci de votre aide
<script type="text/javascript">
function change(imageaaffiche){
document.getElementById('coucou').src=imageaaffiche
}
</script>
</head>
<body>
<table width=60% border="1">
<tr>
<td rowspan="4"><img id ='coucou' src ='pole jeune photo/m19/20101204RSM XV Les Plages CADETS/mini-63130_170515896316363_168817739819512_393608_2654032_n.jpg'width="540" height="400"></td>
<td><img src ='pole jeune photo/M 17/RSMXV VS RCA/157015_174031545953697_100000405593837_437508_5291706_n.jpg'width="175" height="110" style='cursor:pointer' onmouseover="change('pole jeune photo/M 17/RSMXV VS RCA/157015_174031545953697_100000405593837_437508_5291706_n.jpg')"></td>
</tr>
<tr>
<td><img src ='pole jeune photo/m19/20101204RSM XV Les Plages CADETS/33979_170518469649439_168817739819512_393680_2774139_n.jpg'width="175" height="110" style='cursor:pointer' onmouseover="change('pole jeune photo/m19/20101204RSM XV Les Plages CADETS/33979_170518469649439_168817739819512_393680_2774139_n.jpg')"></td>
</tr>
<tr>
<td><img src ='pole jeune photo/m19/20101204RSM XV Les Plages CADETS/156779_170515786316374_168817739819512_393605_230215_n.jpg'width="175" height="110" style='cursor:pointer' onmouseover="change('pole jeune photo/m19/20101204RSM XV Les Plages CADETS/156779_170515786316374_168817739819512_393605_230215_n.jpg')"></td>
</tr>
<tr>
<td><img src ='pole jeune photo/M 17/RSMXV VS RCA/155725_174040752619443_100000405593837_437631_7433977_n.jpg'width="175" height="110" style='cursor:pointer' onmouseover="change('pole jeune photo/M 17/RSMXV VS RCA/155725_174040752619443_100000405593837_437631_7433977_n.jpg')"></td>
</tr>
</table>