Reputation: 163
I'm having some problems getting the Twitter Bootstrap examples to work in IE8 on my own site. I've made an exact copy of this page (http://getbootstrap.com/examples/justified-nav/). The example page on getbootstrap.com works great in IE7-9. The page on my server doesn't work at all? I think the problem is Respond.js isn't working? (http://www.davekz.com/_twbs.html) I'm completely stumped. Anyone have any thoughts. I've tried another server too (highly unlikely the cause of the problem).
Upvotes: 0
Views: 494
Reputation: 34652
The copy of your bootstrap CSS must be hosted locally, the CDN stuff does not.
Also, your justified-nav.css appears to be an html file when I click on it on view source.
Copy of same file, same problems until I hosted the css directly.
http://badasstheme.com/test-justified.html
BOOTSTRAP'S DOCS:
Respond.js and cross-domain CSS
Using Respond.js with CSS hosted on a different (sub)domain (for example, on a CDN) requires some additional setup. See the Respond.js docs for details.
Upvotes: 1