Thomas: Abstände

Beitrag lesen

Hi!

.menu
{
position:absolute;
top:150px;
width:180px;
height:600px;

margin-left: 0px;

background-color:#ffaa0d;
border:1px solid #ffffff;
}

.haupt
{
position:absolute;
top:150px;
height:600px;

margin-left:200px;

background-color:#ffaa0d;
border:1px solid #ffffff;
}

ergibt folgendes:
http://f1manager.uttx.net/work/test.jpg

Ich möchte aber, das der rechte orangene Bereich wie mit dem roten Pfeil angedeutet, bis 10 Pixel Abstand zum rechten Rand geht. margin-right:10px hilft allerdings nicht!

Thomas