Tony
Tony

Reputation: 37

IE 8 not picking up CSS

I've included a conditional comment for an IE 8 stylesheet, which seems to be working, but my basic bootstrap styles are not. Seems like IE 8 ignores bootstrap grid and makes everything expand the width of the page.

BTW - I only have basic front-end skills.

Thanks!

Upvotes: 0

Views: 275

Answers (1)

Scott Simpson
Scott Simpson

Reputation: 3850

IE8 requires a polyfill for media queries. Use Scott Jehl's awesome plugin: https://github.com/scottjehl/Respond
This should go AFTER your CSS calls in the head.

Upvotes: 1

Related Questions