Thomas H.: zwei <div>s trotz top:40px nicht auf gleicher Höhe

Beitrag lesen

Hallo,

ich habe folgendes Problem - die beiden <div> Bereiche werden in Mozilla   IE und Opera nicht auf gleicher Höhe angezeigt. Der zweite <div> ist immer etwas tiefer.

<!-- PICTURES START-->
 <DIV id="foo1" style="position:absolute;z-index:1;top:40;left:130">
  <IMG src="foo1.jpg" border="0">
 </DIV>
 <!-- PICTURES END-->

<!-- TEXT START-->
 <DIV id="foo2" style="position:absolute;z-index:1;top:40;left:340;width:300;vertical-align:top;margin:0px;padding:0px">
  <?PHP include($lang."/foo2.inc"); ?>
 </DIV>
 <!-- TEXT END-->

in foo2.inc steht eine <ul> mit 5 Einträgen.

Hat jemand eine Idee was da falsch läuft, ich hab keine :(

schonmal Danke
 Thomas