<html>
<head>
<style>
* { margin:0; border:0; padding:0; }
div { height:500px; }
#container { width:1000px; background-color:#000; }
#column-one { float:left; padding:10px; width:500px; background-color:#234; }
#column-two { float:left; padding:10px; width:500px; background-color:#345; }
</style>
</head>
<body>
<div id="container">
<div id="column-one">
</div>
<div id="column-two">
</div>
</div>
</body>
</html>
Counterintuitive indeed.¿Relleno agrega a div ancho/alto?
err ¿hay alguna pregunta? Y qué navegador (IE es famoso por esto, tiene un modelo de caja "reventado"). – Sean
todos los navegadores agregan relleno, margen y bordes al elemento ancho/alto – jennyfofenny
Esta es una "característica" muy conocida. ¿Cuál es tu pregunta? – Leigh