Second Level Submenu Dissapers When I Set the max-height and overflow
-
Here is my drop-down menu in html:
<ul class="main-nemu"> <ul class="sub-menu"> <li> <ul class="submenu">
And here is what I did to set the max height:
.sub-menu{max-height:500px,overflow-y:auto}
The problem is that when I hover on the first sub-menu, the second sub-menu does not appear. Is there a solution to this problem?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Second Level Submenu Dissapers When I Set the max-height and overflow’ is closed to new replies.