任何人都可以附加此代码以在中心制作页眉和页脚,例如。左右边距应该相同
.newheader
{
background:#000;
height:30px;
left:0;
position:fixed;
width:100%;
top:0;
}
.newfooter
{
background:#000;
bottom:0;
height:30px;
left:0;
position:fixed;
width:100%;
}