Hans: Element abhängig von einem anderen Element absolut positionieren

Beitrag lesen

Habs jetzt so gemacht, ist zwar umständlich, aber funzt:

<div align="center">
 <div style="position:relative; background-repeat:no-repeat; width:1000px; height:100%; background-image:url('hintergrund.gif');">

<div id="band">
  <a class=band href="html-content/band.html" target="content"></a>
 </div>
 </div>
 </div>