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

#190264
Rishabh Sanghi
Participant

Hello Friends,
For running page in ie8 & above, we need to add
https://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js in head section. See below code:
<script type=”text/javascript” src=’https://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js’></script&gt;
<!–[if lt IE 9]>
<script type=”text/javascript” src=’https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js’></script&gt;
<script type=”text/javascript” src=’https://oss.maxcdn.com/respond/1.4.2/respond.min.js’></script&gt;
// JavaScript Document