所以我不确定我做了什么,但是在我把我们节日的图片放在这个页面之后,我的页脚不会再留在底部了。除了使用 HTML 5 标签之外,我已经尝试了所有我能想到的方法,包括将其设为 div,但 IE 就是不想玩得很好!啊。这是我的网站。除了 index2.html 页面之外,页脚在所有页面上都很棒。
HTML
<footer class="clearfix">
<a href="events.html">Events</a> | <a href="wineries.html">Wineries</a> | <a href="restaurants.html">Restaurants</a> | <a href="golf.html">Golf Courses</a> | <a href="index.html">Home</a>
<a href="http://ambergoodwin.com/" title="Graphic & Web Design | www.ambergoodwin.com" id="ambergoodwin">Amber Goodwin | Creative & Fresh Designs</a>
</footer>
CSS
footer { width: 100%; height: 130px; position: relative; top: 600px; background-color: #b14a0f; font-size: 1.2em; padding-top: 30px; color: #721501; text-align: center; clear: both; }
我只是不明白这在所有页面上看起来都很棒,但最新的页面除外。任何有关 IE 的帮助或建议都很棒!
* 更新 *
我的代码中确实有 shim,现在我刚刚将页脚变成了一个普通的 ol div,但它仍然表现得很奇怪。就好像它忽略了我的新风格......有人知道发生了什么吗?