0

I have content side getting down in ie 8 but on chrome and firefox "Halaman Dashboard" position in the right side not in below sidebar. Thanks a lot.

I need help for this.

enter image description here

akbarbin
  • 4,517
  • 1
  • 24
  • 29

1 Answers1

0

IE8 doesn't fully support html5 and media queries. You'll need to include this in your documents head:

<!--[if lt IE 9]>
    <script src="//oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
    <script src="//oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
partypete25
  • 4,063
  • 1
  • 14
  • 16