Se connecter avec
S'enregistrer | Connectez-vous

Amélioration code onmouseover

Dernière réponse : dans Programmation

Bonjour,
Déja , voici mon code actuel :

  1. <html>
  2. <body>
  3. <IMG onmouseover="this.src='imageA.gif'" src="image1.gif" onmouseout="this.src='image1.gif'">
  4. </body>
  5. </html>
  6.  
  7. <html>
  8. <body>
  9. <IMG onmouseover="this.src='imageB.gif'" src="image2.gif" onmouseout="this.src='image2.gif'">
  10. </body>
  11. </html>
  12.  
  13. <html>
  14. <body>
  15. <IMG onmouseover="this.src='imageC.gif'" src="image3.gif" onmouseout="this.src='image3.gif'">
  16. </body>
  17. </html>
  18.  
  19. <html>
  20. <body>
  21. <IMG onmouseover="this.src='imageD.gif'" src="image4.gif" onmouseout="this.src='image4.gif'">
  22. </body>
  23. </html>


Ce qui donne pour l'instant :

http://imagik.fr/view-rl/147250

Ce qui donne pour l'instant avec passage de la souris :

http://imagik.fr/view-rl/147252

Ce que je veux :

http://imagik.fr/view-rl/147253

Si quelqu'un peut m'aider ... Merci d'avance !

Autres pages sur : amelioration code onmouseover

Lassé par la pub ? Créez un compte
Lassé par la pub ? Créez un compte
Tom's guide dans le monde