例如
<style type= 'text/css '>
#a{ margin:5px;border 1px}
#b{ margin:15px;border 1px}
</style>
<div>
<div id = "a "> </div>
<div id = "b "> </div>
</div>
请问id为a的div与id为b的div之间的间隔是多少?是20PX吗?为什么?
------解决方案--------------------
http://www.ddcat.net/blog/archives/2007/02/138.html