.fix {
        display:table;
        background: red;
        }

<div class="fix">
        <div>lorem</div>
        <div>ipsum</div>
</div>  

Let's say I need a height of 1em and overflow:hidden/auto (and an 
additional wrapper is not an option).

But 'height' is treated as a minimum height in the table model, and 
'table-layout' controls the horizontal layout only.

So it's not possible?

Ingo

-- 
http://www.satzansatz.de/css.html
______________________________________________________________________
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