I'm having trouble with css, revealing more than two sub-cateogories under menu header. Please take a look at example here http://thebrlab.com/ugo-mozie/
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
Line 33 in your stylesheet - menu.css
.
Change the height on :hover
from 93px
to 155px;
.
.menu-item:hover ul {
height: 155px;
}
Pretty self explanatory.