-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Glyphicons not working in IE8 #9962
Comments
Think you need this in the head for IE8. |
@leeaston But the docs pages already have that.. |
@cvrebert Yes they do (http://getbootstrap.com/getting-started/#template), just thought @BrotherErryn may have missed it. |
Sorry for the delay in response. You are correct, I didn't have that. I did read somewhere in the documentation that respond.js was needed for the responsive behavior, but I didn't see anything that it was required outside of that. Is there a reason that even the docs don't have this code? |
@BrotherErryn The docs do have that code. |
I hate to comment on a dead thread, but I do have the required code following in the <!--[if lt IE 9]>
<script src="html5shiv.js"></script>
<script src="respond.min.js"></script>
<![endif]--> By the way, I found that IE8 requires the closing |
Just to follow up, I decided to disable glyphicons for IE8 and lower using the following line: <!--[if gte IE 9]><!-->
<link rel="stylesheet" media="screen" href="/css/glyphicons/glyphicons.min.css" >
<!--<![endif]--> The key here is that IE browsers will recognize the tag and parse it correctly so that only IE9+ gets the include while non-IE browsers will treat I'm sure there's a way to get glyphicons in IE8 but it just seemed like pushing a boulder uphill. |
@BrotherErryn Why was this closed? Glyphicons still don't work in IE8 at all. |
False alarm, I had special security settings (preventing @font-face downloads) on my IE8 to match a client's (admittedly strange) environment. |
I would just like to comment that I am still seeing this issue - what is strange is that if I hover over the icons they do appear appropriatly |
@tsjoberg I am having the exact same Issue. Icons show as squares until hovered. Using the IE8XP VM image from microsoft |
This issue's de facto successor is #13863. |
Pardon if the docs say IE8 is not supported for these somewhere, but I didn't see anything.
The glyphicons do not work in IE8 or IE9, at all. The best example is just the example glyphicons page (http://getbootstrap.com/components/). IE10 and other browsers seem to be fine.
The text was updated successfully, but these errors were encountered: