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の魔法です。