Image javascript comment mettre un lien
Résolu
dagena
Messages postés
245
Statut
Membre
-
dagena Messages postés 245 Statut Membre -
dagena Messages postés 245 Statut Membre -
Bonjour,
j'ai tous dis dans le titre je voudrai juste savoir comment mettre un lien la dessus :
<IMG SRC="files/26711/nosoffres.gif" WIDTH=150 HEIGHT=150 ALIGN=bottom onmouseout="this.height=150; this.width=150" onmouseover="this.height=200; this.width=200">
merci d'avance
j'ai tous dis dans le titre je voudrai juste savoir comment mettre un lien la dessus :
<IMG SRC="files/26711/nosoffres.gif" WIDTH=150 HEIGHT=150 ALIGN=bottom onmouseout="this.height=150; this.width=150" onmouseover="this.height=200; this.width=200">
merci d'avance
Configuration: Windows Vista Firefox 3.0.11
3 réponses
-
<a href="https://www.google.fr/?gws_rd=ssl"><IMG SRC="files/26711/nosoffres.gif" WIDTH=150 HEIGHT=150 ALIGN=bottom onmouseout="this.height=150; this.width=150" onmouseover="this.height=200; this.width=200" /></a>
-
<img src="files/26711/nosoffres.gif" width="150" height="150" align="bottom" onmouseout="this.height=150; this.width=150" onmouseover="this.height=200; this.width=200" alt="" onclick="location.href='URL DU LIEN POUR LE CLIC'"/>
tu n'as pas précisé comment ut voulais ton lien
je t'ai mis en lien en javascript pour quand tu clique -
super merci beaucoup pour vos réponses vous avez résolu mon probléme.