Vertical Nav Menu Wont Show More SubCateogories

回眸只為那壹抹淺笑 提交于 2019-12-11 19:43:12

问题


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.



来源:https://stackoverflow.com/questions/19204995/vertical-nav-menu-wont-show-more-subcateogories

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!