Cycs: Verzweiflung

Beitrag lesen

Hallo...

ich krieg hier bald ne magge ... unten stehendes leicht gekürztes script funzt bei IE perfekt, allerdings bei NC gar nich!!
woran könnts liegen? helft mir mal bitte.
-----
zur erklärung:
optisch wird eine art unsichtbare matrix aufgebaut, welche buttons enthält, IMAGE Nr. (7) ist ein leeres Image, welches immer dann angezeigt wird wenn kein button per maus angefahren wird - ansonsten eben die anderen nummern...

<html>
<head>
<script language="javascript">

Normal1 = new Image();
Normal2 = new Image();
Normal3 = new Image();
Normal4 = new Image();
Normal5 = new Image();
Normal7 = new Image();

Normal1.src = "kauf000.jpg";
Normal2.src = "kauf002.jpg";
Normal3.src = "kauf004.jpg";
Normal4.src = "logo-voitec.gif";
Normal5.src = "logo-efca.gif";
Normal7.src = "descript-leer.gif";

Highlight1 = new Image();
Highlight2 = new Image();
Highlight3 = new Image();
Highlight4 = new Image();
Highlight5 = new Image();

Highlight1.src = "descript-mas.gif";
Highlight2.src = "descript-ars.gif";
Highlight3.src = "descript-sis.gif";
Highlight4.src = "descript-voitec.gif";
Highlight5.src = "descript-efca.gif";

function Bildwechsel(Indexnr,Bildobjekt)
{
window.document.images[Indexnr].src = Bildobjekt.src;
}

</script>

</head>

<body bgcolor="#FFFFFF" background="bk-innerframe.jpg">

<div id="Layer4" style="position:absolute; left:254px; top:39px; width:14px; height:14px; z-index:4">
<img src="font-top.jpg" width="519" height="59" border=0 vspace=0 hspace=0>
</div>

<div id="Layer5" style="position:absolute; left:133px; top:125px; width:607px; height:69px; z-index:5">
<a href="" onmouseover="Bildwechsel(7,Highlight1)" onmouseout="Bildwechsel(7,Normal7)">
  <img src="kauf000.jpg" width="136" height="46" border=0 vspace=0 hspace=0></a>

<img src="kauf001.jpg" width="228" height="46" border=0 vspace=0 hspace=0>

<a href="" onmouseover="Bildwechsel(7,Highlight2)" onmouseout="Bildwechsel(7,Normal7)">
  <img src="kauf002.jpg" width="224" height="46" border=0 vspace=0 hspace=0></a>

<img src="kauf003.jpg" width="136" height="60" border=0 vspace=0 hspace=0>

<a href="" onmouseover="Bildwechsel(7,Highlight3)" onmouseout="Bildwechsel(7,Normal7)">
  <img src="kauf004.jpg" width="228" height="60" border=0 vspace=0 hspace=0></a>

<img src="kauf005.jpg" width="224" height="60" border=0 vspace=0 hspace=0>
</div>

<div id="Layer2" style="position:absolute; left:93px; top:260px; width:48px; height:23px; z-index:7">                                                                                          
<img src="descript-leer.gif" width="581" height="33" border=0 vspace=0 hspace=0>
</div>

<div id="Layer6" style="position:absolute; left:23px; top:321px; width:12px; height:13px; z-index:6">
<a href="" onmouseover="Bildwechsel(7,Highlight4)" onmouseout="Bildwechsel(7,Normal7)">
  <img src="logo-voitec.gif" width="199" height="86" border=0 vspace=0 hspace=0 marginheigth=0 marginwidth=0></a>
</div>

<div id="Layer1" style="position:absolute; left:267px; top:338px; width:63px; height:22px; z-index:1">
<a href="" onmouseover="Bildwechsel(7,Highlight5)" onmouseout="Bildwechsel(7,Normal7)">
  <img src="logo-efca.gif" width="240" height="50" border=0 vspace=0 hspace=0></a>
</div>

<div id="Layer3" style="position:absolute; left:302px; top:417px; width:165px; height:16px; z-index:3">
<font face="Verdana, Arial, Helvetica, sans-serif" size="1" color="#666666">Copyright © 2000 by voiTEC
</font>
</div>
<div align="left"> </div>
</body>
</html>

okay, iss doch e bissl lang - sorry ;)
cycs