请参阅此页面:https ://tjandpals.com/howto-html
在现代 firefox、safari、chrome 和 internet explorer 中看起来很正常。
但是-在 ie7 中,它破坏了对齐方式...
有什么线索可以使它更兼容吗?
请参阅此页面:https ://tjandpals.com/howto-html
在现代 firefox、safari、chrome 和 internet explorer 中看起来很正常。
但是-在 ie7 中,它破坏了对齐方式...
有什么线索可以使它更兼容吗?
你可以在给定的类上使用 ie7 hack:
.leftAd {*top:60px}
.TopAd{*float:none;*width:600px}
这个东西在ie7中可以正常工作
作为第一步(对不起,但目前我只有一点时间),您可以将#HowToLanding DIV 的高度设置为自动。这会使瓷砖处于正确的位置。
你可以这样做:
#HowToLanding { height: 550px; *height: auto; }
更新: ...并对#Footer 执行相同的操作
#Footer { height: 150px; *height: 150px; ... }
HTH,
--汉森
在里面添加<div id="TopAd">...</div and <div id="TopAd">...</div>
你
<div id="HowToLanding">..</div>