在 IE 8/9 中显示时,CSS 中的边距/间距异常

发布于 2024-11-07 22:15:33 字数 351 浏览 0 评论 0原文

我最近在 WordPress 上构建了一个网站,在 IE 8/9 中,我在主体和页脚之间留出了巨大的空间。

该网站是 http://www.sunmarkdevelopments.com

据我所知,它似乎是页脚菜单(由于某种原因,使用 ul) 被计算为具有极大的高度。在这一点上,我很困惑为什么要这样做。它在 Firefox/Chrome/Safari 和 IE 7 中看起来不错(如图)。

非常感谢任何想法或帮助。

PS 我不是专业的网页设计师或任何人,所以我知道我的 CSS 很混乱,抱歉!

I recently made a website built over WordPress and in IE 8/9 I am getting a huge space in between the main body and footer.

The website is http://www.sunmarkdevelopments.com

From what I can gather, it seems like the footer menu (using a ul) is computed to having an extremely big height for some reason. At this point I'm pretty stumped as to why it's doing that. It's looks fine in Firefox/Chrome/Safari and IE 7 (go figure).

Any ideas or help is greatly appreciated.

P.S. I'm not a pro web designer or anything so I understand my CSS is messy, sorry!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

囍孤女 2024-11-14 22:15:33

您有一个未闭合的锚元素导致渲染错误,请参阅此行:

<div class="view-community"><a href="http://www.sunmarkdevelopments.com/uptown-clayton-village-phase-1/" title="Uptown Clayton I">view community<a/></div>

You have an unclosed anchor element causing a rendering error, see this line:

<div class="view-community"><a href="http://www.sunmarkdevelopments.com/uptown-clayton-village-phase-1/" title="Uptown Clayton I">view community<a/></div>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文