代码很简单:
<html xmlns="http://www.w3.org/1999/xhtml">
<body style="padding:0; margin:0;">
<form method="post" action="/default.aspx" id="form1" style="margin: 0px; padding: 0px;">
<div id="container-main" style="background-color:Red; height:1825px; position:relative;"> </div>
<div id="fascia-chiusura" style="background-color:#5CAE22; height:11px; position:relative; width:100%;"> </div>
</form>
</body>
</html>
但是在 Firefox/Chrome 上,它在底部有一个奇怪的“空格”,它不在 HTML 元素中。为什么会有这种行为?我该如何解决?
截屏 :