Reputation: 1669
Im using jQuery with superfish vertical menu.
My menu is positioned at the bottom of my page so the menu slides up, however, on hover of the menu items the sub items get lost at the bottom of my window. Below is a crude example of whats happening.
menu item
menu item
menu item
menu item > sub item
browser bottom--------------------------
sub item
sub item
sub item
This is my desired outcome
menu item sub item
menu item sub item
menu item sub item
menu item > sub item
browser bottom--------------------------
Has anyone accomplished this?
Upvotes: 1
Views: 1588
Reputation: 2110
Maybe you could take a look on this plugins which relocate any submenus which is appearing outside the browser window :
Upvotes: 2