以下示例代码,如果把margin-top去掉,就能去除滚动条。但为什么margin-top会把父元素撑高?<!DOCTYPE html>
<html style="height:100%">
<body style="height:100%;margin:0">
<div style="margin-top:20px">Test</div>
</body>
</html>
添加回答
举报
0/150
提交
取消