Tachchen!
Es gibt zwar CSS Hacks (Tantek's Hack) aber die sind mir sehr suspekt
Warum dann nicht Simplified Box Model Hack?
#outer
{
width:400px;
padding:0px;
margin:0px;
background-color:#ff0000;
}#inner
{
margin:0px;
padding:40px; # WICHTIG -> 40 px padding!!
border:10px dotted black;
background-color:#ffcc00;
}
Ich habe es jetzt nicht ausprobiert, könnte mir aber vorstellen,
dass es Probleme geben wird, sobald eine Höhe angegeben werden muss.
Gruß
Die schwarze Piste