Add this for Bootstrap IE8 compatibility

For general questions and discussions specific to the AbleCommerce GOLD ASP.Net shopping cart software.
Post Reply
meer2005
Captain (CAPT)
Captain (CAPT)
Posts: 245
Joined: Wed Feb 09, 2005 2:00 pm

Add this for Bootstrap IE8 compatibility

Post by meer2005 » Wed Apr 22, 2015 11:20 am

To make Bootstrap compatible with versions of IE that do not support the @media-query should add (in the head):

Code: Select all

 <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
  <!--[if lt IE 9]>
      <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
      <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
    <![endif]-->

Post Reply