On Mon, 18 Feb 2013, Chip at Caliber Communications wrote:

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;
}

   Add this:  white-space: nowrap;

   And: .MenuClass { line-height: 2 }

--
   Chris F.A. Johnson, <http://cfajohnson.com/>
   Author:
   Pro Bash Programming: Scripting the GNU/Linux Shell (2009, Apress)
   Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)
______________________________________________________________________
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