Posts: 202
Location: Santa Monica, CA
|
The problem is that you are using fixed width with your two sidebars.
You need to set div 2, 3, 4 all on percentages. Look into my thread about fluid design (the one with the "aaaargh" at the end).
One problem about percentages: "width" only refers to inner width, that means padding and borders are not included in width.
To make this work you need a model that's called outside-in box model.
It's not a easy one but I got it to work.
I recommend Michael Bowers' "Pro CSS and HTML design patterns" where he goes through every single thing CSS can do, and this all on a very practical level.
Last edited by World; 05-28-2009 at 03:10 AM..
|