因此,出于某种原因,在 IE 中,当我访问该站点时,我的模态在其他所有浏览器上都非常有效……模态不会自动隐藏。它已经打开了:/
我确实将引导 css 修改为仅具有使模态工作所需的样式,并且它在 chrome、safari、ff 上运行良好,即 9 和 10,而不是 8。
知道有什么问题吗?
<a data-toggle="modal" class="byodbtn" title="byod-whitepaper" href="#myModal">Download White Paper</a>
<div class="modal hide fade workspace-brochure" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h3 id="myModalLabel">Modal header</h3>
</div>
<div class="modal-body">
{sn-english-form-workspace}
</div>
</div>