如何消除 div 左右两侧的空白。
#foot_text {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
width: 500px;
margin: auto;
padding-top:1px;
}
#foot_wrap {
width:100%;
height:60px;
background-color:#999999;
min-height:40px !important;
}
html:
<div id="foot_wrap"></div>
<div id="foot_text"></div>