我想將<div>
放置到另一箇中,並希望居中。 我的方法是這樣的:div在另一箇中間
<div id="redthing">
<div id="whitebox" >
</div>
</div>
名爲.css - 代碼如下:
#redthing {
margin-top: 2px;
background-color: #f00d28;
height: 250px;
}
#whitebox {
margin: 0 auto;
margin-top: 10px;
padding-top: 20px;
height: 10px;
width: 400px;
background-color: white;
border:5px solid #000;
}
就像你所看到的,空白和邊距不工作,使其中心在頁面的中間(這意味着存在whitebox
和頂部和redbox
的底部之間的同一個地方。 請幫
見http://stackoverflow.com/questions/396145/whats-the-best- way-of-centering-a-div-vertical-with-css – 2012-07-22 17:10:00