Hi Roland,
+----------------+
| Box1 |
+------+---------+
| | |
| Box2 | Box3 |
| | |
+------+---------+
- Zwischen Box 2 und 3 ist ein Abstand von ein paar Pixel.
#box2 { margin:0 }
#box3 { margin:0 }Du kannst auch negative Werte angeben, sollte dies notwendig sein.
Stimmt mit #box2 { margin-right:-3 )
#box3 { margin-left:-3 )
klappt es im IE aber nicht im Netscape.
Vielen Dank für die Hilfe, aber wir machen es jetzt einfach mit Tabellen, nicht so schön aber es funktioniert.
Mike