1 つを除くすべてのブラウザーで動作します。この 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;
}