Pb iframe ou style IMG sous IE

Fermé
Erazazer - 11 avril 2010 à 00:52
 Erazazer - 11 avril 2010 à 01:04
Bonjour,

J'ai un promblème en utilisant un iframe pour insérer une image ou j'ai mis un map pour avoir eux zone sensible à la sourie avec lien. Byzarrement sur firefox tous marche pas sur ie logique, celà vient peut-être de style IMG, je ne sais pas, en faisant un include en php pour isoler le iframe ptet, avez vous une idée ?

pour voir le pb --> http://www.athelloren.eu

<html>
<head>
<style type="text/css">
img {
height: 862px;
position: absolute;
margin-top: -431px;
top: 50%;
width: 1280px;
margin-left: -640px;
left: 50%;
}
body {
background-color: #000;
}
</style>
</head>
<body>
<map name="athelloren">
<area shape="poly" coords="883,276,880,277,895,260,801,244,803,292,766,290,762,261,722,258,718,300,688,314,675,261,648,262,644,281,583,281,611,326,601,348,613,362,628,353,637,378,656,378,654,382,615,447,553,538,502,573,496,597,506,610,542,589,574,605,618,580,647,576,649,566,657,574,655,586,645,614,631,641,641,646,634,678,631,692,638,701,649,703,658,693,663,694,673,656,690,649,700,645,737,654,746,654,758,637,774,612,789,605,815,602,830,601,827,620,833,629,854,629,868,630,869,613,864,594,847,579,826,548,813,552,800,543,807,523,831,493,859,485,881,478,880,459,862,440,851,432,846,419,820,406,833,396,872,429,904,372,903,365,885,350,879,329,881,309,894,301,895,291,883,290,878,281,881,277,884,275,883,276" title="Ordre" href="https://www.returnofreckoning.com/" alt="Ordre">
<area shape="poly" coords="1122,769,1119,762,1139,718,1139,707,1090,637,1070,608,1126,659,1142,656,1137,637,1148,622,1162,615,1214,641,1223,625,1206,599,1218,581,1247,575,1245,555,1255,539,1199,514,1225,500,1159,477,1220,477,1155,446,1130,445,1122,419,1093,388,1078,375,1076,359,1060,342,1040,306,1072,291,1094,293,1120,281,1131,259,1133,242,1133,235,1175,235,1178,230,1108,210,1081,217,1057,220,1034,220,1020,221,1015,229,991,232,972,237,955,232,935,240,914,255,896,263,886,278,886,282,894,285,909,278,903,295,887,314,888,331,890,343,901,352,910,356,924,368,930,374,920,420,923,445,918,462,910,471,897,477,877,487,852,497,835,505,827,518,813,531,812,538,828,540,843,552,847,567,864,584,871,601,877,622,876,634,850,641,843,651,871,654,904,648,919,642,934,643,986,677,1015,693,1044,692,1063,688,1077,694,1093,714,1098,729,1102,747,1109,758,1121,761,1122,769" title="Destruction" href="http://destruction.athelloren.eu" alt="Destruction">
</map>
<!-- The line below displays the actual image map and can be modified. IMPORTANT: The file location below must be modified to reflect the correct location of the image it has been once uploaded to the Internet. -->
<center><img src="athel.jpg" width="1280" height="862" usemap="#athelloren" border="0"></img></center>
</body>
</html>
A voir également:

1 réponse

Pb réglé c'étais l'image pas le code, je l'ai enregistré en format web sous photoshop en jpg et ca marche.
0