Prévisualisation html
Résolu/Fermé
Joker46
Messages postés
16
Date d'inscription
mardi 31 mai 2011
Statut
Membre
Dernière intervention
1 juin 2011
-
31 mai 2011 à 11:51
Joker46 Messages postés 16 Date d'inscription mardi 31 mai 2011 Statut Membre Dernière intervention 1 juin 2011 - 31 mai 2011 à 14:45
Joker46 Messages postés 16 Date d'inscription mardi 31 mai 2011 Statut Membre Dernière intervention 1 juin 2011 - 31 mai 2011 à 14:45
A voir également:
- Prévisualisation html
- Editeur html - Télécharger - HTML
- &Nbsp html - Forum HTML
- Espace en html - Astuces et Solutions
- Espace html ✓ - Forum HTML
- Br html - Forum CSS
1 réponse
RClog
Messages postés
6330
Date d'inscription
jeudi 11 septembre 2008
Statut
Membre
Dernière intervention
28 octobre 2014
1 434
31 mai 2011 à 11:59
31 mai 2011 à 11:59
Bonjour, avec un code de ce genre :
Bon courage
Code : <script language="javascript"> <!-- function afficherImage() { document.getElementById('zoneImg').innerHTML = '<img src="adresse de ton image" />'; } function enleverImage() { document.getElementById('zoneImg').innerHTML = ''; } --> </script> <div onmouseover="afficherImage();" onmouseout="enleverImage();">Afficher</div> <label id="zoneImg"></label>
Bon courage
31 mai 2011 à 14:37
je vais essayer
31 mai 2011 à 14:40
merci beaucoup
31 mai 2011 à 14:45
J'ai vérifié le chemin et essayé avec une autre photo mais celà m'affiche la même chose.