Earthworm-Sonny
Neues Mitglied
Servus, hab ein Problem und hatte das im html Forum schon gepostet, die meinten das ich hier bei den JavaScript Profis richtig bin :-)
hier der Thread im html-Forum:
http://http://www.html.de/html-und-xhtml/25059-frage-zu-imagemap.html#post193773
ich hab folgenden Quelltext:
im Head:
<head>
<script type="text/javascript">
background = new Image();
background.src = "backround.JPG";
mouseover1 = new Image();
mouseover1.src = "mouseover1.jpg";
</script>
<title></title>
</head>
und so sieht die Map aus:
<map name="FPMap0">
<area href="anfahrt.html" shape="poly" coords="34, 342, 218, 346, 133, 240, 34, 342" onmouseover=" Anzeigen (1,mouseover1)" onmouseout="Anzeigen(0,background)">
<area href=".html" shape="poly" coords="430, 390, 504, 392, 505, 328, 461, 326, 433, 353, 430, 390">
<area href=".html" shape="poly" coords="549, 394, 616, 395, 615, 361, 590, 334, 550, 332, 549, 394">
<area href=".html" shape="poly" coords="781, 370, 910, 373, 847, 282, 781, 370">
<area href=".html" shape="poly" coords="122, 556, 199, 557, 201, 470, 127, 468, 125, 556">
<area href=".html" shape="poly" coords="393, 622, 463, 621, 465, 472, 397, 469, 393, 622">
<area href=".html" shape="poly" coords="493, 607, 645, 605, 645, 475, 496, 472, 493, 607">
<area href=".html" shape="poly" coords="736, 561, 793, 558, 793, 477, 734, 476, 736, 561">
<area href=".html" shape="poly" coords="908, 557, 998, 585, 996, 479, 906, 476, 908, 557">
</map>
<img border="0" src="backround.JPG" usemap="#FPMap0" width="1024" height="768">
Es klappt aber nicht das wenn ich mit der Maus über den Area Bereich fahre das mouseover1.jpg über das backround.jpg gelegt wird.
Kann mir hier von den Profis vielleicht iener weiterhelfen?
Gruß Sonny
hier der Thread im html-Forum:
http://http://www.html.de/html-und-xhtml/25059-frage-zu-imagemap.html#post193773
ich hab folgenden Quelltext:
im Head:
<head>
<script type="text/javascript">
background = new Image();
background.src = "backround.JPG";
mouseover1 = new Image();
mouseover1.src = "mouseover1.jpg";
</script>
<title></title>
</head>
und so sieht die Map aus:
<map name="FPMap0">
<area href="anfahrt.html" shape="poly" coords="34, 342, 218, 346, 133, 240, 34, 342" onmouseover=" Anzeigen (1,mouseover1)" onmouseout="Anzeigen(0,background)">
<area href=".html" shape="poly" coords="430, 390, 504, 392, 505, 328, 461, 326, 433, 353, 430, 390">
<area href=".html" shape="poly" coords="549, 394, 616, 395, 615, 361, 590, 334, 550, 332, 549, 394">
<area href=".html" shape="poly" coords="781, 370, 910, 373, 847, 282, 781, 370">
<area href=".html" shape="poly" coords="122, 556, 199, 557, 201, 470, 127, 468, 125, 556">
<area href=".html" shape="poly" coords="393, 622, 463, 621, 465, 472, 397, 469, 393, 622">
<area href=".html" shape="poly" coords="493, 607, 645, 605, 645, 475, 496, 472, 493, 607">
<area href=".html" shape="poly" coords="736, 561, 793, 558, 793, 477, 734, 476, 736, 561">
<area href=".html" shape="poly" coords="908, 557, 998, 585, 996, 479, 906, 476, 908, 557">
</map>
<img border="0" src="backround.JPG" usemap="#FPMap0" width="1024" height="768">
Es klappt aber nicht das wenn ich mit der Maus über den Area Bereich fahre das mouseover1.jpg über das backround.jpg gelegt wird.
Kann mir hier von den Profis vielleicht iener weiterhelfen?
Gruß Sonny