Skip to content
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

Grid is not working in IE8 #23

Closed
humansfirst opened this issue Nov 27, 2013 · 3 comments
Closed

Grid is not working in IE8 #23

humansfirst opened this issue Nov 27, 2013 · 3 comments

Comments

@humansfirst
Copy link

Hi!

I'm working with this theme: http://startbootstrap.com/business-casual
I tried to fix it in many ways.. but the grid isn't working in IE8 (it looks like a mobile).

If you have any idea about what can i do to fix it, I would be really greatful!
Thanks for your time!

  • Claud
@BlackrockDigital
Copy link
Collaborator

The grid should work fine in IE8 according to Bootstrap, and we aren't
doing anything too distant from the default framework. Try looking at
http://getbootstrap.com/getting-started/#browsers to see what they say
about IE8 compatibility.

What is the problem specifically?

On Wed, Nov 27, 2013 at 3:20 PM, Claudio Loyola M. <notifications@github.com

wrote:

Hi!

I'm working with this theme: http://startbootstrap.com/business-casual
I tried to fix it in many ways.. but the grid isn't working in IE8.

If you have any idea about what can i do to fix it, I would be really
greatful!
Thanks for your time!

  • Claud


Reply to this email directly or view it on GitHubhttps://github.com//issues/23
.

@humansfirst
Copy link
Author

Yeah! I checked that.. and also I tried to make it work with:
css3-mediaqueries.js
modernizr.js
response.js

The problem is that demo is working as a mobile version in IE8 (screenshot attached).
Thanks for your time!

business-casual-ie8

@BlackrockDigital
Copy link
Collaborator

Are you using a CDN for Bootstrap 3? The Bootstrap 3 docs talk a little about it and reference the use of respond.js to make the media queries work correctly.

First make sure your JS file is called respond.js instead of response.js (spelling error). If the spelling is correct, then a potential issue is that respond.js might not work with a CDN. I would include the Bootstrap CSS in a directory instead of using a CDN if you're using one.

Hopefully this helps!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant