Danny: Layer und Position:Absolute

Beitrag lesen

Hi,

das müßte am Zeilenumbruch liegen. Einige Parser sind halt doof und schieben dann noch Pixel ein...

<div id="Layer1" style="position:absolute; left:170px; top:0px; width:500px height:234px; z-index:1">^^
  <img src="jpgs/vis_log.jpg" width="500" height="234" border="0">^^
 </div>

Versuch mal das:

<div id="Layer1" style="position:absolute; left:170px; top:0px; width:500px height:234px; z-index:1"><img src="jpgs/vis_log.jpg" width="500" height="234" border="0"></div>

Gruß,
Danny