Previous Message
Next Message

problem with wrapping floats

Sent by Josh Brandt on 2 November 2004 09:09


Tom Dell'Aringa [EMAIL-REMOVED]> wrote:
> I have a typical horizontal CSS navigation using floats.
> 
> <div>
> <ul>
>   <li's>
> </ul>
> </div>
> 
> etc. It is long enough that when a window is sized below say 900 pixels, the last or last two nav
> items wrap to the next line. Somehow I have to stop that from happening - is there a way to do
> that? 

How about a fixed width (or min-width) on either the UL or the wrapper
div? (of course, the use of min-width would require some kind of
workaround for IE/win)

-Josh
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Possibly related: