RE: CSS multicolumn layout solutions (was: RE: CSS not enough (was: Re: proposal for HTML4.01 amendment: <BR PAGEBREAK="before">))

Hello Robert,

> -----Original Message-----
> > So what about (for a three column layout):
> > .firstColumn {
> > width:150px;
> > float:left;
> > }
> > .thirdColumn {
> > width:125px;
> > float:right;
> > }
> > .secondColumn {
> > /* no formatting neccessary */
> > }
> > Annotation: the third column has to be before the second column in the
> > document order.
> > I think, for a three column layout this definitely is the best solution.
> > And everything regarding margins, borders and paddings works
> finest in the
> > first and third column.
>
> You have me thinking in 'pure' ideals now ... :)
>
> Doesn't it strike you strange that the placement of columns in
> the html page
> affects the layout?
Oh, and how it does! :(
Really. That's annoyingly ugly (though still better than some other
solutions).

You know we are talking about a yet unsolved quest: multicolumn layout on
web pages.
So even the best currently available solution is just an interims solution
:(

The final newspaper-style solution already is on the way:
http://www.w3.org/TR/css3-multicol/

Though as far as I see the CSS3 Multicol module really covers only
newspaper-style.
But that's what's currently missing, and everything else is already solved
(though it needs improvement).

I am really looking forward to see the CSS Level 3 Recommendation :)
(I am not so much looking forward to see the first CSS Level 3
implementations, I believe there again will be much trouble as with CSS 2 :(


Greetings

Christian

Received on Saturday, 12 January 2002 11:45:42 UTC