Ähm, das anordnen Funktioniert aber...ich sehs ja ;-). Nur eben das mit dem Dynamischen bild nicht...
Solange Du das Bild nicht als Objekt ansprichst wird es zwar dargestellt, ab dem Moment wo Du aber document.images[i] adressierst, kommt der Browser in seiner Objektverwaltung durch Deine verschachtelten TDs und DIVs völlig durcheinander und zeigt das Bild eben irgendwo an (im Zweifel ausserhalb aller TDs und DIVs).
<html>
<head>
<title>=A= Föderation =A=</title>
<link rel="Stylesheet" type="text/css" href="../../css/tabelle.css">
<script type="text/javascript">
<!--
Normal1 = new Image();
Normal1.src = "wer.gif"; /* erste Standard-Grafik */
Highlight1 = new Image();
Highlight1.src = "werueb.gif"; /* erste Highlight-Grafik */
function Bildwechsel(Bildnr,Bildobjekt) {
window.document.images[Bildnr].src = Bildobjekt.src;
};
//-->
</script>
</head>
<body bgcolor="#000000" link="#000000" alink="#000000" vlink="#000000" text="#ffffff">
<nobr><img src="../pic/lctoplang.gif"><img src="../pic/ani.gif"><img src="../pic/lctoplang3.gif"></nobr>
<div style="position:absolute; top:0px; left:103px; z-index:1;"><a href="http://galaxy-gate.de/"><img src="../pic/ggatelogo.jpg" height="80"></a></div>
<nobr><img src="../pic/lctoplang5.gif" align="top"><img src="../pic/lctoplang6.gif"><img src="../pic/lctoplang7.gif"></nobr>
<div style="position:absolute; top:2px; right:580px; z-index:1;"><a href="wer.htm" style="cursor:help" target="main" onMouseOver="Bildwechsel(0,Highlight1)" onMouseOut="Bildwechsel(0,Normal1)"><img src="wer.gif" ></a></div>
<div style="position:absolute; top:28px; right:580px; z-index:1;"><a href="was.htm" style="cursor:help" target="main"><img src="was.gif"></a></div>
<div style="position:absolute; top:54px; right:580px; z-index:1;"><a href="ziele.htm" style=
"cursor:help" target="main"><img src="ziele.gif"style="cursor:help"></a></div>
<div style="position:absolute; top:2px; right:425px; z-index:1;"><a href="wie.htm" style="cursor:help"
target="main"><img src="wie.gif" style="cursor:help"></a></div>
<div style="position:absolute; top:28px; right:425px; z-index:1;"><a href="insrs.htm" style="cursor:help" target="main"><img src="insrs.gif" style="cursor:help"></a></div>
<div style="position:absolute; top:54px; right:425px; z-index:1;"><a href="softw.htm" style="cursor:help" target="main"><img src="softw.gif" style="cursor:help"></a></div>
</body>
</html>
hab es mal ohne die tabelle gemacht...selbst da funktioniert es nicht. Hab übrigens festgestellt, das er das nicht irgend wohin macht sondern sogar das erste Bild einfach ersetzt...
vieleicht kannste mir dann den Quelltext mal hier reinschreiben, der das Problem dann löst? Meine javascript kenntnisse sind nämlich eher gering ;-)
Marco