我正在爲我公司開發一個網站。我遇到了佈局無法正常工作的問題。底部的頁腳部分被覆蓋。我添加了一個z-index,它什麼也沒有改變。我已經玩過保證金和填充物,但無濟於事。希望有人能看到是什麼導致它被部分覆蓋。 這裏是一個圖像顯示我所看到的: 頁腳部分隱藏起來
和網站是在這裏:http://clubschoicemagic.com/
#slide03.slide .footer-container {
background-color: #06060d;
color: rgba(255, 255, 255, 0.5);
font-size: 14px;
margin-bottom: 0;
text-align: center;
}
#slide03.slide .footer-container .wrapper {
background-color: #06060d;
bottom: 0;
color: #ffffff;
left: 0;
margin: 0 auto -20px;
padding-top: 5px;
position: absolute;
text-align: center;
text-shadow: none;
top: auto;
transform: none;
width: 100%;
}
<div class="footer-container">
<footer class="wrapper">
<img src="http://clubschoicefundraising.com/Content/img/logo.png" class="center-block" width="80" />
<h3>
Clubschoicemagic.com is affiliated with <a href="http://clubschoicefundraising.com">Club's Choice Fundraising</a>.
</h3>
</footer>
</div>
問題尋求幫助的代碼必須包括必要的重現它最短的代碼**在問題本身**。雖然您提供了[**鏈接到示例或網站**](http://meta.stackoverflow.com/questions/254428/something-in-my-web-site-or-project-doesnt-work-如果鏈接變得無效,那麼你的問題對於其他具有相同問題的未來SO用戶將沒有任何價值。 –