【问题标题】:Bootstrap Glyphicons not appearing for carouselBootstrap Glyphicons 没有出现在轮播中
【发布时间】:2015-09-04 11:22:21
【问题描述】:

对于我的轮播,引导字形图标没有出现。我确定我有字体文件夹。

您可以在此处查看该网站的测试版本(已编辑)。

有趣的是,箭头仅在我使用 Web IDE(Adobe 的括号)进行实时预览时出现。

【问题讨论】:

  • 在您的测试站点上为我显示的字形图标。它可以为你缓存吗?也许 ctrl+f5 刷新?
  • @Steve 什么都没有,只是使用了不同的浏览器和我的手机。

标签: jquery css twitter-bootstrap glyphicons


【解决方案1】:

问题是 bootstrap.css 文件 url 是 src:url(../fonts/glyphicons-halflings-regular.eot)

../ 表示根域。

CSS 指向以下 URL: http://thesabreslicer.site.nfoservers.com/fonts/

您的文件夹位于: http://thesabreslicer.site.nfoservers.com/thesabreslicer/dw/fonts/

将字体文件夹移至根目录即可解决您的问题。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2017-09-29
    • 2013-06-01
    • 2019-06-21
    • 1970-01-01
    • 2019-01-24
    相关资源
    最近更新 更多