html css页脚代码,HTML CSS - 页脚 - 下面的空格
我有問題試圖讓我的頁腳“粘”到頁面底部的所有內容下面。我嘗試了許多不同的技術,但無法使其與標題一起工作。HTML CSS - 頁腳 - 下面的空格
什么是最好的方式來布局我的布局來實現這一目標?
正如你可以看到側邊欄&內容divs通過頁腳。
TitleTitle
title
Languages
- 1
- 2
- 3
- 4
- 5
Frameworks
- 1
- 2
Sidebar
Footer
CSS:
html, body
{
width: 100%;
height: 100%;
margin:0;
padding: 0;
}
h1, p {
padding: 0;
margin: 0;
}
/*Content*/
#wrapper{
min-height: 70%;
height: auto;
height: 70%;
margin: 0 auto -400px;
}
#content{
float:left;
width:70%;
height: 100%;
}
#sidebar{
padding-top: 30px;
float:left;
width: 30%;
background-color: lightgrey;
height: 100%;
text-align: center
}
/* Header */
header #title_text{
font-size: 70px;
}
header #title_wrapper{
text-align:center;
position: relative;
top:100px;
}
header {
background-color: orange;
position: relative;
height:30%;
width: 100%;
color:white;
margin:0;
}
/* footer */
footer{
background-color: #202020;
color: white;
position: absolute;
width: 100%;
height: 60px;
bottom: 0;
}
+3
嗨,請做一個谷歌搜索“粘腳” - 有很多不同的方式可以實現 –
+0
看到這個小提琴https://jsfiddle.net/zqmpLenp/ –
+0
檢查我的答案為jsfiddle(https: //jsfiddle.net/pdyrgc2j/1/)。刪除尾部1 /以查看Declan的原始代碼,但位置:絕對更改為position:fixed(https://jsfiddle.net/pdyrgc2j/) –
總結
以上是生活随笔為你收集整理的html css页脚代码,HTML CSS - 页脚 - 下面的空格的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 美国18轮货车与一列火车相撞:致16节车
- 下一篇: 代码与html混合,自定义的标签与htm