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;  
}

うまくいかないのは、Web サイトにアクセスしている一部のマシンでは結果のフッターが一番上に表示されたままになることですが、使用されているブラウザーが同じであっても (同じバージョンのブラウザーであっても)、他のマシンでは問題ありません。

4

0 に答える 0