css 下拉悬停在 Internet Explorer 中不起作用

发布于 2024-10-26 03:24:54 字数 506 浏览 2 评论 0原文

我检查了类似的主题,但这些解决方案都不起作用。

这是网站: http://www.antihasereilaclama.com/index.php

这是css: http://www.antihasereilaclama.com/css/style.css

菜单列表是我的CSS下拉菜单。我尝试过这些; reset.css、csshover3.htc、模拟IE7元标记。但这些都不起作用。而且 csshover3.htc 仍然处于打开状态。这适用于第一级下拉菜单,但在“Hizmetlerimiz > ilaçlama >”下有第二级(如果您尝试使用 Firefox 的 chrome,您会看到它应该如何)

感谢您的帮助。

I checked similar topics but none of those solutions did work.

Here is the site: http://www.antihasereilaclama.com/index.php

Here is the css: http://www.antihasereilaclama.com/css/style.css

MENÜ LIST is my css drop down menu. I tried these; reset.css, csshover3.htc, emulateIE7 meta tag. But none of those did work either. Also csshover3.htc is still on. That work for first level of drop down menu, but have a 2nd level under "Hizmetlerimiz > ilaçlama >" (You will see how it should be if you try on chrome of firefox)

Thanks for any help.

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

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

发布评论

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

评论(2

昔日梦未散 2024-11-02 03:24:54

文档类型之前的脚本内容会让您进入怪癖模式。把它移到它所属的头部。

The script stuff before the doctype is putting you into quirks mode. Move that into the head where it belongs.

云醉月微眠 2024-11-02 03:24:54

尝试:

  1. 标签添加到子子锚点标签 - 就像您对子锚点所做的那样。
  2. 将 Google 分析代码从上面的 移至正文标记内
  3. 添加第 168 行缺少的引号:当前:cellspacing=0"

Try:

  1. adding <li> tags to the sub-sub anchor tags - just as you have done for the sub anchors.
  2. moving Google analytic code from above <!DOCTYPE to inside body tag
  3. Adding the missing quote on line 168: currently: cellspacing=0"
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文