Tom's Guide > Forum > Programmation > image réactive

image réactive

Forum Programmation : image réactive

TomsGuide.com : 800 000 inscrits répondent à toutes vos questions high-tech et informatique. Pour obtenir de l'aide, inscrivez-vous gratuitement !
Mot :    Pseudo :           
 

bonjour, voila j'essai de faire une image mapée ou image réactive (comme vous voulez) et mon probleme est que rien ne marche aucun lien ne marche. svp aidez moi ya -il une erreur ?


<html>
<body>
<img src="banniere.jpg" usemap="#banniere"
<map name="banniere">
<area shape=rect" coords="57.107.136.120" href="index.html" target="milieu">
<area shape=rect" coords="223,107,321,130" href="livre_or.html" target="milieu">
<area shape=rect" coords="422,107,586,130" href="membres/index.html" target="blank">
<area shape=rect" coords="676,107,792,130" href="webmaster.html" target="milieu">
<area shape=rect" coords="865,107,952,130" href="contact.php" target="blank">
</map>
</body>
<html>


Merci

Liens sponsorisés
Inscrivez-vous ou connectez-vous pour masquer ceci.
- 0 +

Salut,

J'ai testé ça :

Code :
  1. <html>
  2. <body>
  3. <img src="banniere.jpg" usemap="#banniere" width="300" height="300">
  4. <map name="banniere">
  5. <area shape="rect" coords="57.107.136.120" href="index.html">
  6. <area shape="rect" coords="223,107,321,130" href="livre_or.html" target="_blank">
  7. <area shape="rect" coords="422,107,586,130" href="membres/index.html">
  8. <area shape="rect" coords="676,107,792,130" href="webmaster.html">
  9. <area shape="rect" coords="865,107,952,130" href="contact.php">
  10. </map>
  11. </body>
  12. <html>


Et ça marche, il y avait quelques trucs qui manquaient dans ton truc. je crois que c'est les target qui posent des problemes. et pour les blank, il faut mettre "_blank" et pas "blank".

Voila voila

Répondre à OmaR

Et ouai je connaissais pas ce système t'as appris à faire ca ou ?

Répondre à Felix38
Tom's Guide > Forum > Programmation > image réactive
Aller à :

Il y a 429 utilisateurs connus et inconnus. Pour voir la liste des connectés connus, cliquez ici.

Attention

Vous allez répondre sur un sujet resté inactif pendant plus de 6 mois.
Assurez-vous d'apporter des éléments nouveaux à la discussion avant de poursuivre.

Répondre Annuler
Liens