gpt4 book ai didi

internet-explorer - 模式在 IE 中无法打开

转载 作者:行者123 更新时间:2023-12-03 14:35:35 26 4
gpt4 key购买 nike

我正在尝试使模态框弹出有关 map 上某些地方的信息。这是代码:

<area href="#modal_starthere" data-toggle="modal" title="Start Here" shape="poly" coords="431, 785, 500, 785, 501, 839, 432, 838" />

然后后来:
<div id="modal_starthere" class="modal hide fade" 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">&times;</button>
<h4>Start Tour Here</h4>
</div>
<div class="modal-body">
<div class="row-fluid">
<div class="span12" style="overflow: auto; height: 425px;">
<p> <!-- FUTURE CONTENT --></p>
</div>
</div>
</div>
</div>

它在 Firefox 和 Chrome 中运行良好,但在 IE (10) 中,背景变为灰色,但模式不显示。有任何想法吗?我想知道 IE 是否不支持数据切换。

最佳答案

IE 不支持模式的“淡入淡出”类,通过去掉淡入淡出我失去了动画,但模式现在在所有 3 个浏览器中显示。我在这里找到了答案:https://github.com/twitter/bootstrap/issues/3672

关于internet-explorer - 模式在 IE 中无法打开,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16329980/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com