Re: breaking overflow

On Dec 31, 2009, at 9:50 AM, "Tab Atkins Jr." <jackalmage@gmail.com>  
wrote:

> Specifically, one of the common uses for float-containment is to make
> a <ul> properly wrap around its floated <li> children in a horizontal
> nav menu.  This problem will be solved properly by Flexbox or its
> successor.

It's solved pretty easily by using 'display:inline-block' instead of  
floats. 

Received on Thursday, 31 December 2009 18:39:00 UTC