2

In a responsive projet, i've problem with loading page on IE8. The page does not load completely (only the header). I use CSS3 media queries JS script for consistent returns on the first mobile IE8.

I noticed several things:

If I remove the JS script, the page loads completely, but in this case the media queries no longer functioned. However, if I Alege my CSS (about 3200 lines), this page fully loads.

I do not understand where the problem could come, I do not quite ais experience in the "debug" IE8 ^ ^

Someone would have a small solution? Here is my CSS (not minifier with SASS) : http://mfj2km9moq.1fichier.com/

Stéphane R.
  • 1,386
  • 3
  • 19
  • 37

1 Answers1

0

If using foundation 5 this provides everything you should need for IE 8:

http://foundation.zurb.com/forum/posts/241-foundation-5-and-ie8

lukehillonline
  • 2,430
  • 2
  • 32
  • 48