页脚不会留在原位

时间:2014-02-18 23:07:26

标签: css footer

在我的网站上,当我向下滚动时,页脚从其他对象上升,这真的很烦人,任何修复?

会发生什么: http://prntscr.com/2trf28

#end {
bottom:0;
position:absolute;
width:100%;
height:39px;
background-color:#00a0f0;
font-family:calibri, arial;
font-size:19px;
color:white;
}

CSS代码:http://prntscr.com/2trgsk

1 个答案:

答案 0 :(得分:1)

position:absolute;更改为position:fixed;