<!--底部内容-->
<div id="divBottom">
<!--底部版权信息-->
<h3 id="BlogPowerBy">Powered By <a href="http://www.rainbowsoft.org/" title="RainbowSoft Studio Z-Blog">Z-Blog 1.8 Spirit Build 80722</a> <span id="footer-security"><a href="http://www.codefense.cn" target="_blank" title="Code detection by Codefense"><img width="12" height="14" src="http://www.pofclub.cn/image/logo/detect.gif" alt="Code detection by Codefense" border="0" /></a></span></h3>
<h2 id="BlogCopyRight">Copyright 2008 Your WebSite. <br>Some Rights Reserved.</br></h2>
</div>
</div>
</div>
</div>
你修改Default.asp文件,试验一下把红色的</div>放到</h2>后面紧贴着它。
因为浏览器中有很多的不兼容,下面2个不知道能否参考
引用:
2.ff下容器高度限定,即容器定义了height之后,容器边框的外形就确定了,不会被内容撑大,而ie下是会被内容撑大,高度限定失效。所以不要轻易给容器定义height。
3.内容撑破容器问题,横向上的。如果float 容器未定义宽度,ff下内容会尽可能撑开容器宽度,ie下则会优先考虑内容折行。故,内容可能撑破的浮动容器需要定义width。