侧边栏仅在 IE 7 中不显示?并且仅未显示在某一特定页面中?

发布于 2024-08-08 06:47:28 字数 608 浏览 1 评论 0原文

好的,我有一个使用 Wordpress 工作的网站。我为此 CMS 编写了一些自定义页面模板。但我不知道有 只有此页面的侧边栏不显示IE 7 该页面位于lawyer.php 模板下。

不知道是模板页面的问题,还是CSS的问题。

这是在 IE 7 中无法正常工作的屏幕截图

alt text http://www.sfu.ca /~qha6/in_IE_7.png

并在所有其他浏览器中工作。

替代文本 http://www.sfu.ca/~qha6/in_all_other_browser.png

还注意到此特定页面上的页脚未正确显示

帮助请!我只是不明白为什么它会这样显示。

Okay I have this website that I was working using Wordpress. I wrote some custom Page template for this CMS. But I'm not aware of that there is only this page's sidebar doesn't show in IE 7 This page is under the lawyer.php template.

I don't know if its the template page problem, or is the CSS that has the problem.

Here is the screen shoot not working in IE 7

alt text http://www.sfu.ca/~qha6/in_IE_7.png

and working in all other browser.

alt text http://www.sfu.ca/~qha6/in_all_other_browser.png

also noticed that the footer on this particular page doesn't display properly

help Please ! I just can't figure out why its displaying like this.

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

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

发布评论

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

评论(1

煮茶煮酒煮时光 2024-08-15 06:47:28

验证 显示您缺少

的结束标记。未转义的 & 错误并不那么重要,除非您正在寻找完美的验证;它们不应该影响显示。

Validation shows that you're missing the closing tag for <div id="wrapper">. The unescaped ampersand errors aren't that important, unless you're looking for perfect valdiation; they shouldn't effect display.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文