【发布时间】:2012-07-05 17:43:04
【问题描述】:
我有一个要添加类的 A 标签。这可能是非常简单的事情,但我以前从未这样做过。
<a class="button" href="landscaping.html">Find out more about our landscape design services</a>
还有 CSS:
a .button{
color:#7cc242;
font-family: 'PTSansNarrowBold';
font-size:18px;
margin-top: 7px;
margin-bottom: 0px;
text-align:right;
text-decoration:none;
display: inline-block;
zoom:1;
*display:inline;
padding-right:30px;
background:url(images/more-btn.png) no-repeat top right;}
似乎没有任何效果,我只是得到标准的蓝色。有人可以帮忙吗?
【问题讨论】: