Christopher Barth wrote:
> I have a menu system that uses nested ULs. The main menu is a fixed 
> size, but I want the sub menu's to be variable width that will grow
> to encompass the entire width of the menu item. I figured min-width
> would do this; however, it only grows to be as big as the longest
> non-breaking string.
> 
> I thus have a two line menu looking like this:
> 
> Photo Library
> 
> When I want a menu item like this:
> 
> Photo Library
> 
--
Theoretically you could use "whitespace: nowrap;" to do this. Certain
older browsers don't respect this, so I suggest using a non-breaking
space between the two words instead.

Cordially,
David
--

______________________________________________________________________
css-discuss [cs...@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