css 下拉悬停在 Internet Explorer 中不起作用
我检查了类似的主题,但这些解决方案都不起作用。
这是网站: 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
文档类型之前的脚本内容会让您进入怪癖模式。把它移到它所属的头部。
The script stuff before the doctype is putting you into quirks mode. Move that into the head where it belongs.
尝试:
标签添加到子子锚点标签 - 就像您对子锚点所做的那样。
移至正文标记内
cellspacing=0"
Try:
<li>
tags to the sub-sub anchor tags - just as you have done for the sub anchors.<!DOCTYPE
to inside body tagcellspacing=0"