当鼠标悬停在菜单项上时,菜单项不会“打开”吗?

时间:2011-11-29 作者:Tal Galili

我正在使用“basic magazine”wootheme,由于某种原因,当我将鼠标悬停在顶部菜单导航栏上方时,它不会“打开”:

http://www.danceinisrael.com/

是否存在CSS问题?如何检测/修复问题?

非常感谢。

1 个回复
最合适的回答,由SO网友:ZweiBlumen 整理而成

当鼠标悬停在菜单项上时,似乎superfish菜单插件没有正确设置CSS属性。您可以通过更新样式中的CSS来修复此问题。第155行的css文件来自:

.nav2 li.sfHover ul, ul.nav2 li:hover ul {
    background: none repeat scroll 0 0 #B3B3B3;
    color: #FFFFFF;
    text-decoration: none;
    z-index: 1000;
}
收件人:

.nav2 li.sfHover ul, ul.nav2 li:hover ul {
    background: none repeat scroll 0 0 #B3B3B3;
    color: #FFFFFF;
    text-decoration: none;
    z-index: 1000;
    visibility: visible!important;
    display: block!important;
}
这将覆盖superfish在元素本身上内联设置的可见性和显示设置。js,但当您将鼠标悬停在菜单项上时,不会被清除。

结束

相关推荐

当前帖子/页面祖先,css

链接:http://themeforward.com/demo2签出我的菜单。将鼠标悬停在“功能”>“短代码”>“排版”上。请注意,当您将鼠标放在排版上时,短代码的背景是如何变为深红色的?How do I get the background to turn to the darker gray (#EEE) instead while on the third level of the menu without changing the parent menu link colors (Ho