为什么我的网站在 Internet Explorer 8 中没有 CSS 样式?

发布于 2024-10-07 17:20:55 字数 167 浏览 0 评论 0原文

我的网站 (http://www.cryptum.net) 似乎缺少 Internet Explorer 8 中的所有 CSS 样式我的下拉菜单没有显示。我设计的所有东西都没有显示出来。谁能告诉我如何解决这个问题?

My website (http://www.cryptum.net) seems to be missing all CSS styling in Internet Explorer 8. My drop down menu isn't showing. Everything I have styled isn't showing. Can anyone tell me how I can fix this?

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

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

发布评论

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

评论(3

同展鸳鸯锦 2024-10-14 17:20:55

 <link ...>

元素

 <head>

放入页面中。

您还可以检查 W3C 验证器:http://validator.w3.org/check?uri=www.cryptum.net&charset=%28detect+automatically%29&doctype=Inline&group=0

错误还真不少在你的文档中。

Put

 <link ...>

elements into

 <head>

of the page.

You can also check W3C Validator: http://validator.w3.org/check?uri=www.cryptum.net&charset=%28detect+automatically%29&doctype=Inline&group=0

There are really many errors in your document.

送你一个梦 2024-10-14 17:20:55

我怀疑这是因为你的 HTML 标记完全混乱了。选择一个文档类型并确保您的标记对其有效。我建议以 HTML 4 过渡作为起点,使其验证应该不会太难。

I suspect it's because your HTML markup is totally messed up. Choose a doctype and make sure your markup validates for it. I'd suggest HTML 4 transitional as a starting point, it shouldn't be too hard to make it validate.

痴意少年 2024-10-14 17:20:55

请移动您的

<代码><样式>;

标记放入 head 中,应该可以解决问题,或者您可以使用 php 加载样式表作为一种万无一失的方法。

Please move your

<style> </style>

tag into head, should fix the problem, alternatively you can use php to load the style-sheets as a fool-proof method.

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