【问题标题】:display table not working in IE7显示表格在 IE7 中不起作用
【发布时间】:2013-11-14 21:09:29
【问题描述】:

我在 IE8 和 Mozilla Firefox 中完美定位了这个 div

<div style="display: table; margin: 0 auto; margin-top: 5%; padding-top: 13px;"></div>

但在 IE7 中下降。我听说显示表在 IE7 中不起作用,但整个 div 在 IE7 中变得混乱。

【问题讨论】:

  • 显示问题的 html 和 css。
  • 请更新您的问题,而不是将其放在评论中
  • 它没有接受问题伴侣中的代码

标签: css internet-explorer html internet-explorer-7


【解决方案1】:

正如您已经说过自己所做的事情在 IE7 中不受支持 这是w3Schools Document

您将需要使用 conditional comments 并针对 IE7 以不同方式处理它或重新考虑您的设计

【讨论】:

    【解决方案2】:

    IE7 本身不支持显示表格。

    您可以使用像this one here 这样的htc 来实现它。

    【讨论】:

      猜你喜欢
      • 2012-03-06
      • 1970-01-01
      • 1970-01-01
      • 2012-07-24
      • 1970-01-01
      • 2015-09-08
      • 2018-02-22
      • 1970-01-01
      • 2017-09-20
      相关资源
      最近更新 更多