Changer une image lors de son survol

La page

Passer la souris sur la moitiƩ gouche ou droite de l'image...

Le code

Le code HTML

<html>
<head>
</head>
<body>
  <table border="0" cellspacing="0" cellpadding="0" align="center">
    <tr>
      <td><img src="images/deco_g0.jpg" width="130" height="200" id="imgG"></td>
      <td><img src="images/deco_d0.jpg" width="100" height="200" id="imgD"></td>
    </tr>
  </table>
  <p style="font-size:80%; text-align:center; font-style:italic">Passer la souris sur la moitiƩ gouche ou droite de l'image...</p>
</body>
</html>

Le code JAVASCRIPT