Pk ce script marche pas ?
Résolu
mc3donald
Messages postés
26
Date d'inscription
Statut
Membre
Dernière intervention
-
mc3donald Messages postés 26 Date d'inscription Statut Membre Dernière intervention -
mc3donald Messages postés 26 Date d'inscription Statut Membre Dernière intervention -
Bonjour,je voudrai savoir pourquoi se script déconne:
- L'image quand je passe ma souris s'affiche mais quand elle sort de al zone de limage limage originale se rétabli pas (le site est fait en Nuked clan= http://warrock.fr.cr)
<div align="center">
<a href="http://wk.clanfree.net/index.php?file=Page&name=Download">
<img onmouseover=" this.src='http://warrock-team.clanfree.net/image/download2.jpg' " onmouseout=" this.src='http://warrock-team.clanfree.net/image/download.jpg" border="0" src="http://warrock-team.clanfree.net/image/download.jpg" alt="uneimage" onmousedown="image.src='http://warrock-team.clanfree.net/image/download.jpg"></div></a>
- L'image quand je passe ma souris s'affiche mais quand elle sort de al zone de limage limage originale se rétabli pas (le site est fait en Nuked clan= http://warrock.fr.cr)
<div align="center">
<a href="http://wk.clanfree.net/index.php?file=Page&name=Download">
<img onmouseover=" this.src='http://warrock-team.clanfree.net/image/download2.jpg' " onmouseout=" this.src='http://warrock-team.clanfree.net/image/download.jpg" border="0" src="http://warrock-team.clanfree.net/image/download.jpg" alt="uneimage" onmousedown="image.src='http://warrock-team.clanfree.net/image/download.jpg"></div></a>
A voir également:
- Pk ce script marche pas ?
- Script vidéo youtube - Guide
- Mas script - Accueil - Windows
- Ghost script - Télécharger - Polices de caractères
- Script cmd - Guide
- Script les visiteurs pdf - Forum PDF
2 réponses
N'oublies pas les simples et doubles quotes quand tu programmes ...
Ceci devrait être mieux :
Ceci devrait être mieux :
<div align="center"> <a href="http://wk.clanfree.net/index.php?file=Page&name=Download"> <img onmouseover=" this.src='http://warrock-team.clanfree.net/image/download2.jpg' " onmouseout=" this.src='http://warrock-team.clanfree.net/image/download.jpg' " border="0" src="http://warrock-team.clanfree.net/image/download.jpg" alt="uneimage" onmousedown="image.src='http://warrock-team.clanfree.net/image/download.jpg' "></div></a>