Das mit dem margin hatte ich reingesetzt bei div 2 tiefer ist. Ich hab jetzt aber nochmal beide abgeändert konnte aber keine veränderung sehen...
<DIV id="foo1" style="position:absolute;z-index:1;top:40px;left:130px;vertical-align:top;margin:0px;padding:0px">
<IMG src="foo1.jpg" border="0">
</DIV>
<DIV id="text1" style="position:absolute;z-index:1;top:40px;left:340px;width:300px;vertical-align:top;margin:0px;padding:0px;">
<?PHP include($lang."/foo2.inc"); ?>
</DIV>
das mit dem Rehmen geht leider schlecht, da es die ganze Konzeption ducrheinander schmeißen würde :(
Grüße
Thomas
Hallo Thomas,
<DIV id="foo1" style="position:absolute;z-index:1;top:40;left:130">
<DIV id="foo2" style="position:absolute;z-index:1;top:40;left:340;width:300;vertical-align:top;margin:0px;padding:0px">
- Fehlt hinter 40 (und den anderen Zahlenwerten) noch eine Einheit
- hat div2 kein margin (und kein padding) - div1 vermutlich aber schon
- Bist du sicher, das nicht nur der Inhalt höher ist :) -> mach mal einen Rahmen um die divs
Grüße aus Nürnberg
Tobias