Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有以下布局,可以在最新的 Chrome 以及 IE8 和 IE9 中正常工作。出于某种原因,它在低于 IE8 的任何环境中都无法正常工作:
http://oshirowanen.x10.mx/
出于某种原因,在 IE8 以下的 IE 版本中,页脚更大。为什么会这样?
clear: both;从#footer 中删除并在之前<div style="clear:both;"></div>添加<div id="footer">
clear: both;
<div style="clear:both;"></div>
<div id="footer">
这只是 IE 魔法。