http://shootata2-com.cccg-inc.com

When the nav menu has too many items, the last list item (Contact the ATA)
is breaking across lines. I need the items to all wrap in their entirety.
This is the primary issue I need help resolving

Tangentially, in trying to find a solution, I came up with this:

.MenuClass > li > a {
float: left;
display: block;
}

This shortened the menu so they all fit on one line, so I'm not sure if it
actually fixed the wrapping issue or not, but it created a new issue that
befuddled me. Some, but not all, the submenus quit working. Specifically...
 - the About Us submenu did not appear at all
 - the Membership submenu appeared, but above and to the left of the  main
menu item rather than under and to the right
 - General Information submenu did not appear at all

This is my first DNN implementation and I am not sure if/how to change the
HTML, so a pure CSS solution would be great. Thanks in advance for any help.

Chip
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to