我有一個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;}
似乎沒有什麼是工作,我剛開始的標準藍色。誰能幫忙?
太謝謝你了!哦,我知道這會是這些愚蠢的問題之一。感謝幫助我看到這個盲目明顯! – Francesca 2012-07-05 10:24:17