它适用于除一种之外的所有浏览器。我希望这个 div 位于页面的中心
<div style="padding-left: 800px;">
<a class="works-top" href="/page/1"></a>
<a class="free-top" href="/page/2"></a>
<a class="faq-top" href="/page/3"></a> </div>
这就是我在css中定义它的方式
a.free-top {
display:block;
cursor:pointer;
background:url(../img/free.png) no-repeat left top;
width:100px;
height:20px;
text-indent:-5000px;
margin-left:0px;
margin-top:0px;
margin-bottom:4px;
float:left;
}