时间:2011-10-28 23:39:01

标签: css sticky-footer

您能解释一下,或者找到一个解决方案,为什么当我用最新的Firefox浏览器打开这个页面时,所谓的粘性页脚会向左扩展???

http://www.mysecretathens.gr/kulte_test/kulte_tabled.html

编辑:当我把这个功能区放在右上方时出现了问题

1 个答案:

答案 0 :(得分:1)

删除

 text-align:center;

关于此ID

#footer

所以这样:

#footer {
background: url("pattern.png") repeat scroll 0 0 #EDECD8;
bottom: 0;
float: right;
font-family: Century Gothic,sans-serif;
font-size: 14px;
font-variant: small-caps;
height: 20px;
position: absolute;

width: 100%;
}