如何解决bootstrap 图标不显示的问题


本文摘自PHP中文网,作者藏色散人,侵删。

bootstrap图标不显示的解决办法:首先把从网上下载的整个bootstrap放到eclipse中;然后把jQuery的引用放在bootstrap引用前即可。

本教程操作环境:Windows7系统、bootsrap3.3.7版,该方法适用于所有品牌电脑。

推荐:《bootstrap教程》《css视频教程》

Bootstrap字体图标不显示问题

问题:

bootstrap使用字体图标时只显示一个框,不显示图标。

问题分析:

出现的原因是:bootstrap.css文件没有正确关联上字体文件glyphicons-halflings-regular.eot。

查看bootstrap.css源码可知:

1

2

3

4

5

`@font-face {

  font-family: 'Glyphicons Halflings';

  src: url('../fonts/glyphicons-halflings-regular.eot');

  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');

}`

注意当中的url

阅读剩余部分

相关阅读 >>

bootstrap轮播怎么停止自动轮播

如何解决bootstrap导航条不跳转的问题

bootstrap 怎么关闭tab

如何解决bootstrap乱码问题

三分钟带你了解bootstrap下拉菜单

bootstrap heading是什么意思

bootstrap里面都有什么类

bootstrap和jquery ui之间的简单比较

css中的bootstrap是指什么

bootstrap是前端框架吗

更多相关阅读请进入《bootstrap》频道 >>




打赏

取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,您说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦

分享从这里开始,精彩与您同在

评论

管理员已关闭评论功能...