English 中文(简体)
HTML5 没有在 IE 中工作的 HTML5 页脚
原标题:HTML5 footer not working in IE
  • 时间:2012-05-20 02:16:55
  •  标签:
  • html
  • footer

所以,我不知道我的脚踏板怎么不再停留在底部了, 在我把节日的图像放进这一页之后。 我试过想尽一切办法, 除了使用 HTML HTML 5 标签之外, 把它变成一个分页, 但是 IE 只是不想玩得漂亮! http://oooysterfestival. com/ index2. html" rel="nofollow" 这是我的网站 < / a > 。 除了索引2. html 页面之外, 脚踏板在所有页面上都很棒 。

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 &amp; 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; }

I just don t understand how this looks great on all pages but this newest one. Any help or advice on IE is great!

<% upate {% / streng> 。

我确实有我的代码中的shim 现在,我刚刚把我的脚踏 成一个普通的ol div,但它仍然 表现很奇怪。它就像它 无视我的新风格...

最佳回答

哇,所以我把它修好了。仍然不能确定 IE 是否还在工作,但我最后不得不制作一个新的样式表,但在每次新的变化之后,我不得不把它与另一个样式表名称联系起来。有没有人听说过IE 那样的行为?

感谢用户发表评论!

问题回答

IE8 和 Bellow 本地不支持 html5 。 您需要使用兼容性工具, 如 < a href=" http://code.google. com/ p/ html5shim/ " rel=" nofollow" >html5shim

您的 元素没有被正确关闭。 这很可能扰乱您的布局 。

你必须为IE编码, 特别是使用这样的网站 因为大部分的羊都使用它。

但是你们只要使用一个分流元素 并相应调整它。





相关问题
CSS working only in Firefox

I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....

image changed but appears the same in browser

I m writing a php script to crop an image. The script overwrites the old image with the new one, but when I reload the page (which is supposed to pickup the new image) I still see the old one. ...

Firefox background image horizontal centering oddity

I am building some basic HTML code for a CMS. One of the page-related options in the CMS is "background image" and "stretch page width / height to background image width / height." so that with large ...

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签