我想添加圖像的字體真棒圖標。假設我有一個空的圖標,並希望用照片填充該開始的內部部分。那可能嗎?我已經黑了,但真的得到了任何地方。任何幫助,將不勝感激。添加背景圖像到字體真棒圖標
[class^="icon-"]::before,
[class*=" icon-"]::before {
font-family: FontAwesome;
font-style: normal;
display: inline-block;
text-decoration: inherit;
}
.icon-star-empty:before {
content: "\f006";
}
.iconBackground:before {
font-size: 72px;
background: -webkit-gradient(linear, left top, left bottom, from(#f00), to(#333));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
display initial;
}
添加每低於請求的小提琴。
你應該更詳細一點的情況下,指定什麼你試過等等。順便說一句,你是否試圖在'i'元素中強制使用'background-image'?試着讓一個jsFiddle讓我們隨時隨地玩你的想法。 –
您對WebKit唯一解決方案感興趣嗎? – thirtydot
@GuilhermeOderdenge不,我沒有想到這一點。我會給它一個鏡頭。 – tattooedgeek