简体   繁体   English

Bootstrap 3没有加载glyphicon图标…帮助:(

[英]Bootstrap 3 not loading glyphicon icons… help :(

if you go here: 如果你去这里:

https://secure.dynawebs.net/_studiolite-dev/studiolite-bs.html https://secure.dynawebs.net/_studiolite-dev/studiolite-bs.html

I trippled checked all paths as well as re-downloaded bootstrap 3. 我三重检查了所有路径,并重新下载了Bootstrap 3。

with Chrome or FF you will see the glyphicon on the login page just fine (blue icon next to the StudioLite text). 使用Chrome或FF,您将在登录页面上看到字形图标(StudioLite文本旁边的蓝色图标)。

Do the same with IE 10/11 and nada... I have a feeling maybe it's something to do with the fact I use https:// but I don't get any errors in IE and the path to the CSS is relative so it should work.... been banging my head for couple of hours... 对IE 10/11和nada进行相同操作...我有一种感觉,这可能与我使用https://有关,但我在IE中未收到任何错误,并且CSS的路径是相对的,因此它应该起作用....几个小时都在敲我的头...

any help is greatly appreciated, 任何帮助是极大的赞赏,

Sean. 肖恩

Font Awesome doesn't support IE7. Font Awesome不支持IE7。 There is a little info on work-arounds here: 这里有一些解决方法的信息:

Fort Awesome 3.2.1 Git Hub IE 7 Support Fort Awesome 3.2.1 Git Hub IE 7支持

Well, I ended up adding this to me CSS 好吧,我最终将其添加到我的CSS中

@import url(" https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css "); @import url(“ https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css ”);

which solved the problem... What I dont understand is that why this doesnt work: @import url(" https://secure.dynawebs.net/_studiolite-dev/_common/_js/bootstrap/css/bootstrap-glyphicons.css "); 解决了问题...我不明白的是,为什么它不起作用:@import url(“ https://secure.dynawebs.net/_studiolite-dev/_common/_js/bootstrap/css/bootstrap-glyphicons.css “);

as both point to same file, and internally the paths are relative and valid. 因为两者都指向同一个文件,并且内部路径是相对且有效的。

I have a feeling IE10 likes CDN due to security and not my path... altough it's odd since its from same domain... weird... 我觉得IE10出于安全性而不是我的道路而喜欢CDN ...虽然它来自同一个域,但很奇怪...很奇怪...

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM