Relative width for a CSS layout, fixed and fluid mix
- by Alec Smart
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.