Twitter bootstrap Respond.js导致IE8崩溃而无法工作。引导程序3

Twitter bootstrap Respond.js导致IE8崩溃而无法工作。引导程序3,twitter-bootstrap,twitter-bootstrap-3,respond.js,Twitter Bootstrap,Twitter Bootstrap 3,Respond.js,类似的问题: 只担心IE8 我知道respond.js不能在本地工作,这是第一个问题。现在,我在服务器上运行。而不是像Bootstrap 3所鼓励的那样进行链接: <!--[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/res

类似的问题:

只担心IE8

我知道respond.js不能在本地工作,这是第一个问题。现在,我在服务器上运行。而不是像Bootstrap 3所鼓励的那样进行链接:

<!--[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]-->

无法解释原因,但溢出:滚动是问题所在

.table-responsive{
    max-height: 300px;
    overflow: scroll;
}
测试区域:(无法在主体Q中放置具有IP的链接)
.table-responsive{
    max-height: 300px;
    overflow: scroll;
}