Home › Forums › CSS › Bootstrap fixes IE8 not working for me yet › Reply To: Bootstrap fixes IE8 not working for me yet
May 18, 2016 at 4:36 pm
#241854
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.