Hallo,
danke für die zahlreichen Beispiele. Die Lösung für das erste Problem ist mir jetzt klar.
Das zweite ist mir immer noch ein Mysterium. Hier ein ausführlicheres Beispiel:
Ich hab mal etwas "vereinfacht", notwendige Attribute(alt) ergänzt und mit sinnvollerem Markup(p) gearbeitet. Im IE 6.0 unter Windows siet es allerdings bei mir genauso aus, wie im Mozilla 1.3.1. Einen IE 5 habe ich leider im Moment nicht hier.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>Unbekannt</title>
<style type="text/css">
<!--
html, body {margin:0; padding:0;}
-->
</style>
</head>
<body>
<div style="background-color:#999999; margin:0; padding:0;">
<img src="stones.jpg" alt="Steine" title="" width="10" height="10" style="float:left;">
<img src="stones.jpg" alt="Steine" title="" width="10" height="10" style="float:right;">
<p style="margin:0; padding:0;">Gallia est omnis divisa in partes tres, quarum unam incolunt Belgae, aliam Aquitani, tertiam qui ipsorum lingua Celtae, nostra Galli appellantur. Hi omnes lingua, institutis, legibus inter se differunt. Gallos ab Aquitanis Garumna flumen, a Belgis Matrona et Sequana dividit.</p>
</div>
</body>
</html>
viele Grüße
Axel