gpt4 book ai didi

html - 为什么这个 div margin-top 没有按预期工作?

转载 作者:搜寻专家 更新时间:2023-10-31 22:49:22 26 4
gpt4 key购买 nike

<分区>

我使用的是 Firefox 8.0.1

margin-top 没有按预期工作,有人可以帮忙吗?谢谢。

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>New Border</title>

<style type="text/css">
#page {
width:980px;
margin: 50px auto;
}

#board {
width:600px;
height:400px;
background-color: gray;
}

.cell {
border: 1px solid;
width:50px;
height:20px;
margin: 30px 5px;
}
</style>
</head>
<body>
<div id="page">
<div id="board">
<div class="cell">
</div>
</div>
</div>
</body>
</html>

因此,cell div 中的 margin-top 没有按预期工作。
我认为应该是 margin-left,将 cell div 放在 board div 下,但事实并非如此。

这是屏幕截图: enter image description here

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com