I've stumbled upon following issues with DropDown menu:
- when my subpage name gets too long, the menu wraps the text,
- with text wrapped it has a problem with displaying more rows (more than seven); I've got three menus each of them with several subpages; in one of them the wrapped text gets to nine rows and the last ones are not visible, the menu just cuts them;
- the only parameter I've found to get around wrapping is the width parameter in menus.css:
HTML Code:
.menu ul a, #menu1-smooth a, #menu2-smooth a { width: 150px; white-space: normal; /* 2nd level items we DO want to wrap */
So the question would be how to change dropdown menu width and height to avoid such issues.
Thanks,
Tomek