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/
相关问题
- How can I create this custom Bottom Navigation on
- Adding a timeout to a render function in ReactJS
-
Why does the box-shadow property not apply to a
- Add animation to jQuery function Interval
- jQuery hover to slide?
Line 33 in your stylesheet -
menu.css
.Change the height on
:hover
from93px
to155px;
.Pretty self explanatory.