固定的底部DIV停止一旦它到達另一個DIV固定的底部DIV停止一旦它到達另一個DIV
對於參考 - https://www.marketo.com/
#one{
\t width:100%;
background-color: aqua;
\t position: fixed;
\t bottom: 0px;
\t padding: 30px 0;
\t text-align: center;
}
#two{
\t width: 100%;
padding: 30px 0;
\t text-align: center;
background-color: red;
}
<div style="height: 900px; background: rgba(0,215,216,1.00)"></div>
\t <div id="one" class="fixed">Main Flagasd</div>
\t \t <div id="two">div 2</div>
\t \t <div style="height: 900px; background: rgba(152,215,216,1.00)"></div>
對您的部分不可見的努力,再加上自己以前的問題,http://stackoverflow.com/q/43185460/1427878 – CBroe