• dezzzign

    (@dezzzign)


    Hello.
    I have too long dropdown menu so I’ve added scroll function to it with the help of CSS.

    .nav li ul { width: 290px; }
    
    #scrollmenu li li a { width: 250px; }
    
    .scrollmenu ul {
          height: 400px;
    	    overflow-x: visible;
          overflow-y: scroll;
    }

    Now I have submenu that does not open it’s subcategories. How can I fix this?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Scroll function in dropdown menu – submenu does not open’ is closed to new replies.