CSS
#left {
float:left;
width:192px; /* 200 - 2*4 (=8) */
height:292px; /* 300 - 2*4 (=8) */
padding:4px; /* überall 4px Abstand */
background:yellow;
margin-top:10px;
margin-bottom:10px;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-o-border-radius: 2px;
}
Alles anzeigen