M
Maik
Füge mal die fett markierten Regelerweiterungen im CSS-Code ein:
und entferne ggfs. im HTML-Quelltext die Leerzeichen / Zeilenumbrüchen (= whitespaces) rund um die img-Elemente, da der IE sie zu gerne mit einer Verschiebung des nachfolgenden Inhalts quittiert.
Code:
p
{
margin-top:0px;
margin-left:10px;
margin-right:5px;
margin-bottom: 2px;
}
.left
{
float:left;
margin-top: 5px;
margin-bottom:0px;
}
.right
{
float:right;
margin-top: 5px;
margin-bottom:0px;
margin-right:10px;
width:280px;
}