|
Posted by Neredbojias on 07/15/07 09:02
Well bust mah britches and call me cheeky, on Sun, 15 Jul 2007 04:42:29 GMT
Paolo scribed:
> Hello,
> on the top right side of my page, I've a 4 elements navigation menu
> that is css formatted
> <ul>
> <li>...</li>
> .
> .
> <li>...</li>
>
> </ul>
>
> When I resize the window in *width* (x axis) the last element is moved
> to a second row below the initial one, creating problem to the rest of
> the fluid layout. How can I fix that, making sure that after a certain
> point the scrollbar for the width appears allowing to scroll rather
> than sending the last element to the next row? In other words, how can
> I make sure the navigation menu is not broken into multiple lines when
> I resize the window?
Lots of ways to do that, but then it wouldn't be fluid.
If you still insist, explore the css quality of "white-space:nowrap;"
--
Neredbojias
A self-made man who worships his creator
[Back to original message]
|