<div id="footer">footer圖片 and 內容</div>
CSS:
#footer {
position: fixed;
width: 100%;
bottom: 0;
z-index: 1;
}
Note: 不支援IE6以下瀏覽器
<div id="footer">footer圖片 and 內容</div>
#footer {
position: fixed;
width: 100%;
bottom: 0;
z-index: 1;
}