Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这很奇怪,没有边距或填充,但我仍然在第一个 div 和 100% 的高度和宽度之间有一个空间,带有 display:box 属性。
在 Firefox 20 上测试
</head> <body> <div id="outer"> <div id="blueDiv"> </div> </div> </body> </html>
http://jsfiddle.net/ByWwz/
如果添加vertical-align: top到#outer,则空间消失
vertical-align: top
#outer
http://jsfiddle.net/9BvTg/1