> I've been playing around a little with  negative margins to show two or
> three columns in different order they are in the HTML code.   I've used
> the information on a few articles and examples on positioniseverything,
> LayoutGala, A list apart, Meyer's web, etc.  In all cases, to calculate
> the appropriate negative margins, widths need to be fixed,  as far as I
> have understood from the examples and articles.
> 
> What I'm trying to achieve is to show the navigation (fixed with on em)
> at the left of  the main section (I'd like it to be liquid, with a max-
> and a min-width on em), while it actually comes after it on the code:
> 
>     <body><section id="main">...</section>
>     <nav><ul>...</ul></nav></body>
> 
> Is there any method described somewhere which would allow to do that?
> Or has somebody tried/succeeded doing something like that, please?
> Three columns instead of two, of course, would be even better.  :-)

I'm not sure I understand what you're trying to achieve. But if you have a
navigation bar sized in EMs and want to style it with a min/max-width in EMs
it won't work. Because the nav will never reach the min/max values.

--
Regards,
Thierry
www.tjkdesign.com | www.ez-css.org | @thierrykoblentz

______________________________________________________________________
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