Antonio,

On 8/7/05, Antonio Bueno <[EMAIL PROTECTED]> wrote:

> 4) A menu in that blue bar along the remaining space (100%-310px)
> 5) Maintain this setup when using zoom (Opera) or text zoom (FF & IE)
> 
> 
> This is the best I've been able to do:
> http://www.mundoplus.tv/atnbueno/cabecera/cabecera.html
> 
> I've resigned myself to achieve point 4) with javascript (I don't know
> how else to stretch the linearized list) but my problem is point 5):
> When I zoom the page the list jumps to more than one line (because of
> the floated links). And I want to keep it in one.

To keep it al on one line, just add a width to ul#menu in ems. 
Something like 35em ought to be in range.  Also, you can set the width
of each <li> in ems or percents to achieve the spacing.  In fact, if
ie supported min-width, you could use percents for widths and ems for
min-widths to keep the li from wrapping while spreading out to take up
all the available space.  No javascript would be needed.

hth

-- 
Roger

Roger Roelofs
Know what you value.
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
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/

Reply via email to