IE 上的 CSS 视觉错误,使用 WordPress 主题

发布于 2024-12-23 17:20:14 字数 339 浏览 1 评论 0原文

我是安装在 WP 3.3 中的网站的网站管理员(以 Comodo 作为默认主题),最新的 WP 更新在 IE7+ 中产生了一个明显的 CSS 问题,我无法识别该问题(我也没有在 google o 相关论坛中找到)。该网站是 pastoraluc.cl这是我所说的问题的屏幕截图

其他浏览器没有问题,只有IE有问题。

有人知道如何解决这个问题吗???请帮助我!

提前致谢!!!

I'm webmaster of a site mounted in WP 3.3 (with Comodo as default theme) and the latest WP update has produced an aparent CSS problem in IE7+ that I couldn't identify (nor I found in google o related forums). The site is pastoraluc.cl, and here's a screenshot of the issue I mean.

In other browsers there's no problem, it's only in IE.

Somebody knows how to solve this problem??? Help me please!!!

Thanks in advance!!!

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

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

发布评论

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

评论(1

枫以 2024-12-30 17:20:14

在 DOCTYPE 声明的开头有一个 IE 不会忽略的时髦字符。删除它,清除缓存,您的页面应该可以正常加载。

以下是验证器的报告:

http://validator.w3.org/check?uri=http%3A%2F%2Fwww.pastoraluc.cl%2Fweb%2Findex%2F&charset=%28detect+automatically%29&doctype=Inline& ;group=0&user-agent=W3C_Validator%2F1.2

重要位:

Line 1, Column 1: character "" not allowed in prolog

There is a funky character at the beginning of your DOCTYPE declaration that IE is not ignoring. Remove that, clear your cache and your page should load just fine.

Here is a report from the validator:

http://validator.w3.org/check?uri=http%3A%2F%2Fwww.pastoraluc.cl%2Fweb%2Findex%2F&charset=%28detect+automatically%29&doctype=Inline&group=0&user-agent=W3C_Validator%2F1.2

Inportant bit:

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