0

请参阅此页面:https ://tjandpals.com/howto-html

在现代 firefox、safari、chrome 和 internet explorer 中看起来很正常。

但是-在 ie7 中,它破坏了对齐方式...

有什么线索可以使它更兼容吗?

4

3 回答 3

1

你可以在给定的类上使用 ie7 hack:

.leftAd {*top:60px}
.TopAd{*float:none;*width:600px}

这个东西在ie7中可以正常工作

于 2012-08-30T08:35:25.067 回答
0

作为第一步(对不起,但目前我只有一点时间),您可以将#HowToLanding DIV 的高度设置为自动。这会使瓷砖处于正确的位置。

你可以这样做:

#HowToLanding { height: 550px; *height: auto; }

更新: ...并对#Footer 执行相同的操作

#Footer { height: 150px; *height: 150px; ... }

HTH,
--汉森

于 2012-08-30T08:32:43.387 回答
0

在里面添加<div id="TopAd">...</div and <div id="TopAd">...</div>

<div id="HowToLanding">..</div>
于 2012-08-30T08:50:17.443 回答