2015-07-13 59 views

回答

0

現在刪除width:100%;#footer

添加left:0;right:0;像這樣

#footer { 
    left:0; // add this line 
    right:0; // add this line 
    width:100%; // remove this line 
    border: 1px solid #000000; 
    position:fixed; 
    padding:0 5px; 
    margin:10px; 
} 

Demo

相關問題