2015-07-02 81 views

回答

0

.button { 
 
    background: url(http://agnesvaldovinos.com/images/bubble.png) no-repeat 0 0; 
 
    color: #fff; 
 
    line-height: 61px; 
 
    height: 61px; 
 
    display: inline-block; 
 
    width: 126px; 
 
    text-align: center; 
 
    white-space: nowrap; 
 
    text-decoration: none; 
 
    text-indent: -.5em; 
 
}
<a href="#" class="button">My button</a>

關於您在您的評論添加的要求,你將不得不片兩個部分的圖像,並使用所謂的sliding-doors technique。此外,您的a標籤還需要另一個標籤,例如一個span,能夠應用這種技術。

http://alistapart.com/article/slidingdoors

http://codepen.io/anon/pen/bdLKKb

+0

請閱讀我的回答以及alistapart上的推薦鏈接。 – connexo