Page is a not externally linkable
Filipe - 7:31 pm on May 16, 2002 (gmt 0)
The only problem is that when you make the screen size too small, the right column overlaps everything else, and stuff you have in your header often pushes everything else down - basically a trainwreck of DIVs. I found that if you encapsulate your entire site in a single table cell, and put a transparent image with the minimum width you want (I set mine to 750 pixels) inside the cell at the very top or bottom, the CSS will never shrink past that point, but will still stretch outwards. Some might say it defeats the purpose of using CSS in-lieu of tables in the first place - but this way you only have table tags at the very top and bottom of your document, and the overall code-to-content ratio is dramatically increased.
I tried making a liquid 3-column CSS layout (for those of you who don't know, "liquid" or "fluid" layouts are those that vary in size depending on the browser window's size) with the center column being liquid and the left and right column being a fixed size.