1
我有一個jQuery自動完成頁腳底部之前。 我想知道如何在底部自動完成結果列表增加或減少時動態設置頁腳。自動完成和頁腳底部
html {
position: relative;
min-height: 100%;
}
body {
margin-bottom: 60px;
}
#footer {
position: absolute;
bottom: 0;
width: 100%;
height: 60px;
background-color: #f5f5f5;
}
不工作,在增加自動填充列表時停留在同一個地方 – 2014-11-24 09:02:40