我正在使用2 div
元素。這些元素互相重疊,但我希望他們一個接一個地跟隨。Div元素定位不正確
<!DOCTYPE>
<html>
<head>
<title>Online</title>
<style>
.rectangle {
\t min-height: 40px;
\t margin-bottom: 20px;
\t border: 1px solid transparent;
\t height: 65px;
\t position: fixed;
\t top: 0px;
\t right: 0px;
\t left: 0px;
\t border-radius: 0px;
\t background-color:#67518e;
\t z-index:15;
\t
}
.section-content {
padding-top: 30px;
padding-bottom: 30px;
border-top: 1px solid green;
border-bottom: 1px solid green;
\t position: absolute;
\t right: 0;
\t left: 0;
\t z-index: 10;
\t background-color: yellow;
\t }
</style>
</head>
<body>
\t <div class="rectangle"> \t
\t </div> \t
<div class="section-content">
</div>
其格,以及如何你想讓 –
到底是什麼,在1小時內第二個相同的問題? http://stackoverflow.com/questions/27776599/container-not-wrapping-the-content –