0

这是我在我的网站http://www.sremavision.com中使用的页脚的 CSS

#footer_container 
{ 
    background:#eee; 
    border:1px solid #666; 
    bottom:0; 
    height:30px; 
    left:0;  
    position:fixed; 
    width:100%; 
    border: 1; 
    border-radius: 10px; 
}
#footer 
{ 
    line-height:30px; 
    z-index: 10000; 
    margin:0 auto; 
    width:100%; 
    text-align:center; 
    color: black;  
}

出现问题的是,在访问网站的某些机器上,生成的页脚保持在顶部,而在其他机器上则可以,即使使用的浏览器相同(即使是具有相同版本的浏览器)。

4

0 回答 0