Tom2: An DIV ausrichten

Beitrag lesen

Leider war es auch so nicht möglich:
<DIV ID="inhalt" STYLE="position:absolute; left:5px; top:60px; width:820px; height:400px; z-index:2; overflow:auto; CLASS="div_border">
<IMG SRC="images/kevintarte.jpg" HEIGHT="398px">
</DIV>

Bei mir hats jetzt zumindest im IE geklapt (Mozilla hab ich hier nicht):

<DIV ID="inhalt" STYLE="position:absolute;left:5px;top:60px;width:820px;height:400px;padding:0px;border:solid 1px;">
 <IMG style="position:absolute;bottom:0px;margin:0px;" SRC="images/kevintarte.jpg" HEIGHT="200px">
</DIV>

Das Wichtige ist das position:absolute im img-Tag. Ich hoffe, es funktioniert auch in anderen Browsern.

MfG

Tom2