Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Bootstrap fixes IE8 not working for me yet Reply To: Bootstrap fixes IE8 not working for me yet

#237388
suhongyang
Participant

We fixed the problem with 2 things:

  1. Host respond.js and html5shiv.js locally (we use NPM for dependency management of these scripts)
  2. Load html5shiv before CSS, and respond.js AFTER CSS is loaded.

Putting respond.js after CSS was the gotcha, as it needs to know about the CSS selectors before it can apply its effects.

Hope this helps.