Philam Posté 20 Novembre 2008 Posté 20 Novembre 2008 (modifié) Bonjour, J'ai créé une image cliquable, et celle-ci s'affiche tout à fait correctement dans FF, mais pas dans Internet Explorer. J'ai à la place un cadre vide, et un petit carré orné d'une croix rouge en haut à gauche de l'image absente. Mais quand je vais sur l'un des liens de l'image, le onMouseOver (qui affiche une nouvelle image) marche et l'image apparaît! On dirait que IE n'arrive juste pas à charger l'image de base. J'ai vérifié dans les options avancées d'IE, les images sont censées être affichées. Je ne comprends pas ce qu'il manque... Voici mon code: <div style="margin-top: 10px; text-align: center"> <img src="carte/carte.jpg" width="650" height="547" border="0" usemap="#map" name="carte" title="Carte archéologique"/> <map name="map"> <!-- #$-:Image Map file created by GIMP Imagemap Plugin --> <!-- #$-:GIMP Imagemap Plugin by Maurits Rijk --> <!-- #$-:Please do not edit lines starting with "#$" --> <!-- #$VERSION:2.0 --> <!-- #$AUTHOR:Philou --> <area shape="poly" coords="165,234,227,234,227,244,224,245,229,248,230,253,226,256,222,255,219,252,220,248,223,248,224,246,223,245,165,246,165,234" alt="Kaddanarti" href="http://www.kerma.ch/index.php?option=com_content&task=view&id=33&Itemid=75" onmouseover="carte.src='carte/kaddanarti.jpg';" onmouseout="carte.src='carte/carte.jpg';"/> <area shape="poly" coords="240,338,301,338,300,348,262,348,262,361,255,361,255,349,239,347,239,338" alt="Doukki Gel" href="http://www.kerma.ch/index.php?option=com_content&task=view&id=13&Itemid=54" onmouseover="carte.src='carte/doukki.jpg';" onmouseout="carte.src='carte/carte.jpg';"/> <area shape="poly" coords="335,393,335,402,250,401,245,383,252,372,259,375,261,390,335,391" alt="Ville de Kerma" href="http://www.kerma.ch/index.php?option=com_content&task=view&id=11&Itemid=52" onmouseover="carte.src='carte/villekerma.jpg';" onmouseout="carte.src='carte/carte.jpg';"/> <area shape="poly" coords="342,331,403,331,403,340,352,340,349,351,341,356,332,351,335,345,330,338,333,336,343,342,342,331" alt="Pré-Kerma" href="http://www.kerma.ch/index.php?option=com_content&task=view&id=14&Itemid=55" onmouseover="carte.src='carte/prekerma.jpg';" onmouseout="carte.src='carte/carte.jpg';"/> <area shape="poly" coords="411,393,415,374,409,373,358,373,355,362,352,352,343,356,333,357,338,365,336,368,337,369,337,374,348,373,354,374,354,395,410,394" alt="Nécropole de Kerma" href="http://www.kerma.ch/index.php?option=com_content&task=view&id=65&Itemid=105" onmouseover="carte.src='carte/necrokerma.jpg';" onmouseout="carte.src='carte/carte.jpg';"/> <area shape="poly" coords="473,318,532,318,531,324,545,326,545,332,539,336,527,328,473,328,472,318" alt="Boucharia" href="http://www.kerma.ch/index.php?option=com_content&task=view&id=52&Itemid=92" onmouseover="carte.src='carte/boucharia.jpg';" onmouseout="carte.src='carte/carte.jpg';"/> <area shape="poly" coords="527,363,576,364,577,354,556,351,553,342,549,340,543,340,543,347,543,351,526,351,526,361" alt="El-Barga" href="http://www.kerma.ch/index.php?option=com_content&task=view&id=15&Itemid=56" onmouseover="carte.src='carte/elbarga.jpg';" onmouseout="carte.src='carte/carte.jpg';"/> <area shape="poly" coords="550,235,625,235,628,242,632,241,637,237,644,243,644,246,637,247,631,245,625,247,552,246" alt="Wadi El-Arab" href="http://www.kerma.ch/index.php?option=com_content&task=view&id=16&Itemid=57" onmouseover="carte.src='carte/wadi.jpg';" onmouseout="carte.src='carte/carte.jpg';"/> </map> </div> Le lien Est-ce que quelqu'un, remercié soit-il, peut m'aider? Philam Modifié 20 Novembre 2008 par Dan
Dadou Posté 20 Novembre 2008 Posté 20 Novembre 2008 vérifie que ton jpg est bien à 72 dpi, parfois IE à du mal avec des résolutions différentes
Philam Posté 20 Novembre 2008 Auteur Posté 20 Novembre 2008 Problème résolu! L'image en question n'était pas enregistrée sous le bon format jpg! Il y avait un problème de profil CMJN, car l'image provenait d'un mac... Image passée en RVB, et tout va bien! Merci pour ta suggestion! Philam
Sujets conseillés
Veuillez vous connecter pour commenter
Vous pourrez laisser un commentaire après vous êtes connecté.
Connectez-vous maintenant