Relative width for a CSS layout, fixed and fluid mix
Posted
by Alec Smart
on Stack Overflow
See other posts from Stack Overflow
or by Alec Smart
Published on 2010-03-16T08:51:49Z
Indexed on
2010/03/16
8:56 UTC
Read the original article
Hit count: 770
css
|JavaScript
Hello,
I am trying to make a chatroom layout like the following:
Now my problem is that I am not sure how to have the container box occupy the whole width and height (with valid doctype) and then make the center div grow if the window grows keeping the rest constant.
i am well aware of js/css. so i just need some beginning guideline. i would like to avoid javascript to process and then set heights and widths.
© Stack Overflow or respective owner