I’d like to use the dropline menu option on my site, but I have a problem with how it’s implemented: the template is not allocating space for the 2nd-level menu until the user hovers over a menu that has sub-menu items. That means the dropline appears and disappears as the user moves over the menus, and the rest of the screen gets jerked up and down every time. This is not usable, I’m afraid!
Really, if I’ve selected dropline as my menu type then the space for the second-level menu should be pre-allocated across the board, even if some of the menus don’t have child items. That way the overall display is stable.
I tried forcing this by adding a separator as a sub-item to my “Home” menu item. Unfortunately that doesn’t really work, because the dropline it produces is only half the normal height — so the jerkiness is still a problem.