hy, wie mache ich es das bilder übereinander sind? wie es scheint geht das mit margin gar nicht.
im speziellen fall möchte ich oben links ein bild haben und rechts daneben einen text. Klapt auch in firefox ganz gut aber nicht im iexplorer. Wenn ich margin-top: 0px angeben setzt er es unter das bild.
(natürlich würde ich den text noch weiter nach rechts rücken)
<HTML>
<head>
</head>
<body bgcolor="silver">
<img src="http://www.michaelmoebius.net/bilder/bild-startseite-logo.gif">
<address STYLE="margin-top: 1px">
test02
<table>
<td>
test
</td>
</table>
</address>
</body>
</html>