àndere das Markup so, dass die Info ein Children des form Elements ist.
Denn es gehört inhaltlich in diesen Kontext.
Aufbau ist jetzt wie folgt:
<div ID="suche">
<form method="POST" action="index.php" name="formular">
<input type="text" name="suchfeld" id="suchfeld_input">
<input type="submit" value="Abschicken" name="B1">
<div id="infobox"></div>
</form>
</div>
DIV "suche" ist absolut positioniert
DIV "infobox ist absolut positioniert
infobox orientiert sich aber bei seiner Position doch immer an "suche". Was muss ich tun, damit es direkt unter suchfeld_input erscheint?