Forgive me if this is not the forum for CSS layout behaviour questions.
In classic GUIs it is quite easy to do what I aim for, but I don't recall
ever figuring out how to do it in css.
<div id="container">
<div id="text">
lots of text paragraphs
</div>
<div id="right">
fixed width column of icons and indicators
</div>
</div>
I wish container to get 100% width, right to get say 10em width and text to
get 100% - 10em width.
Hmm, I think I once got tables to behave like that. Would some display:table
do the trick?
Henrik
_______________________________________________
dev-tech-layout mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-layout