加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 综合聚焦 > 服务器 > 安全 > 正文

twitter-bootstrap – Twitter Bootstrap模式在IE7中不起作用

发布时间:2020-12-17 21:21:34 所属栏目:安全 来源:网络整理
导读:div class="modal hide" id="modalId" div class="modal-header" style="padding:30px 10px" h3 style="float:left"Some text here/h3 input type="image" src="image_path" alt="loading..." class="pull-right" / /div div class="modal-body" style="clea
<div class="modal hide" id="modalId">
  <div class="modal-header" style="padding:30px 10px">
    <h3 style="float:left">Some text here</h3>
    <input type="image" src="image_path" alt="loading..." class="pull-right" />
  </div>
  <div class="modal-body" style="clear:both">
    <!-- I have a table here-->   
  </div>
  <div class="modal-footer">
     <!-- I have a button here -->
  </div>
</div>

将在按钮单击时调用的模态代码

$('#modalId').modal({
    backdrop: 'static',keyboard: false,show: true
});

这里我遇到的问题是,在模态弹出窗口中出现黑色窗口.

这在firefox,IE 8中完美运行,但在IE7中没有.

我尝试了很多,但在这里找不到问题.

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读