Bonjours à vous ,
Déja , voici mon code :
Je n'ai qu'un seul problème , lors du survol de l'image , les images A B C & D ne se placent pas comme je veux ...
En gros , pendant le survol je voudrais que se soit comme ceci :
http://imagik.fr/view-rl/149714
Mais pour l'instant c'est comme ça :
http://imagik.fr/view-rl/149713
Merci d'avance ...
Modifié par winz (05 Nov 2008 - 16:49)
Déja , voici mon code :
<html>
<body>
<IMG onmouseover="this.src='imageA.gif'" src="image1.gif" onmouseout="this.src='image1.gif'">
</body>
</html>
<html>
<body>
<IMG onmouseover="this.src='imageB.gif'" src="image2.gif" onmouseout="this.src='image2.gif'">
</body>
</html>
<html>
<body>
<IMG onmouseover="this.src='imageC.gif'" src="image3.gif" onmouseout="this.src='image3.gif'">
</body>
</html>
<html>
<body>
<IMG onmouseover="this.src='imageD.gif'" src="image4.gif" onmouseout="this.src='image4.gif'">
</body>
</html>
Je n'ai qu'un seul problème , lors du survol de l'image , les images A B C & D ne se placent pas comme je veux ...
En gros , pendant le survol je voudrais que se soit comme ceci :
http://imagik.fr/view-rl/149714
Mais pour l'instant c'est comme ça :
http://imagik.fr/view-rl/149713
Merci d'avance ...
Modifié par winz (05 Nov 2008 - 16:49)