cifroes wrote:


The layout i want is something like this: 3 column with a header, left and right column with fixed width and middle one without. 3 columns should fill out the entire horizontal available space. And when the center column has big content the scrollbars of browser should appear and the right column should be correctly displayed "at the right" of the center column.



hi,
try http://www.ground.cz/luci/css/my3cols.html
there's set overflow: auto for every div *contained inside div with class="content"* which adds scrollbars when the content of div expands the width for some reason
it's exactly here in the css file (applies also for *all* pre tags):

div.content div, pre {overflow: auto;}


you can add there also p tags if you want (, div.content p)

luci
--
:. :.: ::: :
luciash d' being aka luci alias Lukas Masek

______________________________________________________________________
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