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

#241854
devdavid
Participant

Hi lost in programming,

it is an issue with IE8 not recognizing media queries and respond.js has trouble making the media queries work with a CDN file because of a cross domain issue, making bootstrap css local for IE8 is what worked for me as it circumvented the problem.

I do not think it should matter whether your js is placed in the footer or head, it is a problem with css anyway.