我在 IE8 和 Mozilla Firefox 中完美定位了这个 div
<div style="display: table; margin: 0 auto; margin-top: 5%; padding-top: 13px;"></div>
但在 IE7 中掉下来了。我听说显示表在 IE7 中不起作用,但整个 div 在 IE7 中变得混乱。
我在 IE8 和 Mozilla Firefox 中完美定位了这个 div
<div style="display: table; margin: 0 auto; margin-top: 5%; padding-top: 13px;"></div>
但在 IE7 中掉下来了。我听说显示表在 IE7 中不起作用,但整个 div 在 IE7 中变得混乱。
正如您已经说过自己所做的事情在 IE7 中不受支持这是w3Schools 文档
您将需要使用条件注释并以不同方式处理 IE7 或重新考虑您的设计
IE7 本身不支持显示表。
您可以在这里使用像这样的HTC来实现它。