Spartanicus <me (AT) privacy (DOT) net> wrote in message
Quote:
It seemed to do what the original poster wanted.
Including the horizontal scrollbar? |
???
Quote:
the original poster wanted the columns to fill the screen.
People want things they shouldn't be wanting. |
This about sums up CSS in a nutshell, and is, not to mention, one of
the dumbest statements I've heard in a news group. Columns on a Web
site with different background colors that fill the view port, YA,
that is absurd, why would I want that? I shouldn't. Div's that don't
drop out of view when a pixel goes beyond the view port, div's that
stretch vertically, all dumb. In fact why do we have div's that
stretch horizontally, that doesn't make sense either.
"Vertical stretch
One of the somewhat frustrating properties of CSS is the fact that
elements only stretch vertically as far as they need to. Meaning, if a
200-pixel tall image is contained within a <div>, the <div> will only
expand down the page 200 pixels.
"
Faux Columns
by Dan Cederholm
http://www.alistapart.com/articles/fauxcolumns
Ya, hack after hack to get css to do the simplest things.