モバイルやタブレットではフッターを 100% の幅で表示できないようですが、ブラウザーでは問題ありません。助けてください、ここに私のcssがあります:
.footerbox {
@media only screen and (min-device-width : 768px); (max-device-width : 1024px);
float :left;
width:100%;
height:300px;
margin-left:0;
margin-right:0;
background-image:url(../images/aaheader12.jpg);
background-position:center bottom;
background-repeat : no-repeat;
font-family : Calibri;
font-size : 14px;
color : #000;
}