有人可以幫我理解爲什麼#child和#parent的尺寸不一樣嗎?父母和孩子的尺寸計算
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Title</title>
</head>
<body>
<div id='parent' style='border: 1px solid black'>
<div id='child' style='background-color: #888888'>
<p>Here is some content</p>
<div id='grandchild' style='margin-bottom: 1em'>
<p>A little more content</p>
</div>
</div>
</div>
</body>
</html>
填充?保證金? – SuperSaiyan 2011-01-21 16:08:29
+1這對我來說很奇怪。 – Jake 2011-01-21 16:19:44