2014-10-28 47 views
1

我從here下載了glyphicons,但無法在Boostrap 2.3.2中加載其中的一些圖標。我試圖加載手機和聊天圖標,但按鈕是空的,沒有圖標。在瀏覽器控制檯中沒有錯誤。我如何在Bootstrap 2.3.2中顯示這些圖標?Bootstrap中缺少glyphicons 2.3.2

<a class="btn btn-small" href="#"><i class="icon-chat"></i></a> 
<a class="btn btn-small" href="#"><i class="icon-phone"></i></a> 
+0

是否包含樣式表(正確的)? – Cerbrus 2014-10-28 13:29:21

+0

@Cerbrus是的,包括bootstrap.icon-large.css文件 – Matt 2014-10-28 13:31:31

+1

Bootstrap 2與圖標一起使用的圖標..你是否包含該圖像?在正確的道路上?引用的CSS? – DaniP 2014-10-28 13:50:13

回答

3

如果你有正確的路徑CSS和巴新,它看起來像正確使用是:

<a class="btn btn-small" href="#"><i class="icon-large icon-chat"></i></a> 
<a class="btn btn-small" href="#"><i class="icon-large icon-phone"></i></a>