On Mon, Jun 11, 2012 at 10:54 PM, Art Thompson, Jr.
<
a...@logicalthings.com> wrote:
> CSS-Tricks to the rescue! I found this 2007 hack from Chris Coyier that
> contained the missing link. Turns out, the sub-nav ul needs to be wrapped in
> a div with margin:0,auto and a value I've not used before: display:table.
> Though Chris' example uses image buttons, the net effect was exactly what I
> needed to achieve: none of the list items' content wraps and the ones that
> don't fit drop to the next line. There's not much explanation in
> to display:table other than it just "works."
but with CSS. It implicitly treats the children of the element it is
applied to as table cells in a table row. (There are also "display:"