Zitat von
alcaeus:
Ja, aber das ist nicht was ich will. Die innere Box muss ein padding haben, ich will nicht dass der Text extremst am Rand klebt.
Mich wuerde nur interessieren, ob die Browser das standard-konform interpretieren oder nicht, wenn ich das richtig einschaetze, dann nicht; schliesslich zaehlt das padding ja auch zur Hoehe/Breite eines Elements, oder?
Wenn ich das in meinem Firefox richtig erkannt habe, ist width die Textweite, das Padding wird drumherum gepackt. Teste mal, indem Du folgendes unter Deine DIVs setzt:
<TABLE width=100% border=1>
<TR>
<TD width=25%> hallo </TD>
<TD width=50%> hallo </TD>
<TD width=25%> hallo </TD>
</TR>
</TABLE>