标签: css footer space
我正在网站http://pcagrade.fr/8-certification-cartes-pokemon.html上工作,我有一个CSS问题:当我使用桌面浏览器缩小时,我的页脚不会跟随我的浏览器底部然后我有一个很大的空白区域下(来自我的身体标签)。我怎么能解决这个问题?
答案 0 :(得分:1)
使用心爱的css部分
#footer{ width: 100%; position: fixed; bottom: 0px; }