Marco Fischer: Div Positionierung bei dynamischen Bild übernehmen?

Beitrag lesen

Du solltest das betreffende Stück Quellcode mal mitschicken.
Gruss

_marcus

<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">
<table width="100%" height="100%" border="0" cellpadding =0 cellspacing=0 align="top">
<tr><td colspan="2"><img src="../pic/lctoplang.gif"><img src="../pic/ani.gif"><img src="../pic/lctoplang3.gif">
<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></td></tr>
<tr><td colspan="2" align="top"><img src="../pic/lctoplang5.gif" align="top"><img src="../pic/lctoplang6.gif"><img src="../pic/lctoplang7.gif"></td></tr>
<TR><TD>

<-- Geht um den Bereich -->

<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>

<-- Bereich Ende -->

<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>

</TD></TR>
</table>
</body>
</html>

da...das ist die ganze Datei