![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
In CSS3 it looks like we'll have multiple column flowing of text (newspaper style) in which the number of columns can be determined automatically given the available horizontal space. http://www.w3.org/TR/css3-multicol/ Until then, what's the current best practice for achieving the same effect? |
#3
| |||
| |||
|
|
On Sun, 12 Oct 2003 08:54:26 -0700, Dennis <theonlyDennis (AT) removeForSpam_mindspring (DOT) com> wrote: In CSS3 it looks like we'll have multiple column flowing of text (newspaper style) in which the number of columns can be determined automatically given the available horizontal space. http://www.w3.org/TR/css3-multicol/ Until then, what's the current best practice for achieving the same effect? I, and many others, would say that the "best practice" is not to do that sort of thing at all. It's a hideous way to try and read a webpage, having to scroll up and down several times to read the one page. It's rare that an entire page can be viewed without having to scroll the page. It's like reading a magazine through a keyhole. |
#4
| |||
| |||
|
|
On Sun, 12 Oct 2003 08:54:26 -0700, Dennis <theonlyDennis (AT) removeForSpam_mindspring (DOT) com> wrote: In CSS3 it looks like we'll have multiple column flowing of text (newspaper style) in which the number of columns can be determined automatically given the available horizontal space. http://www.w3.org/TR/css3-multicol/ Until then, what's the current best practice for achieving the same effect? I, and many others, would say that the "best practice" is not to do that sort of thing at all. It's a hideous way to try and read a webpage, having to scroll up and down several times to read the one page. |
#5
| |||
| |||
|
|
Well, an early proposal mentions multicol for printing and wide screens http://www.w3.org/TR/NOTE-CSS-potential#id2084367450>. And it would be very handy for the @print media type. Of course it doesn't make sense to have columns higher than the viewport. But there are no multicol properties for height: that would be the job of the box model and/or the UA. FWIW, it's still a Working Draft, not a final Recommendation. We don't know what it's going to look like in the end, and whether it'll be in CSS3 at all. Matthias |
#6
| |||
| |||
|
|
Well, an early proposal mentions multicol for printing and wide screens http://www.w3.org/TR/NOTE-CSS-potential#id2084367450>. And it would be very handy for the @print media type. Of course it doesn't make sense to have columns higher than the viewport. But there are no multicol properties for height: that would be the job of the box model and/or the UA. FWIW, it's still a Working Draft, not a final Recommendation. We don't know what it's going to look like in the end, and whether it'll be in CSS3 at all. Matthias If HTML and CSS can wrap everything from left to right and leave us with vertrical scrolling, there's no reason why we can't put in place a provision to wrap everything from top to bottom (eg, columns) and do our scrolling horizontally. If you think about it, horizontal scrolling would be better for most purposes --even on non-internet text and graphic applications. Historically we just got started with "up and down", but I'll wager you in a few years nearly everything will be "left and right." At least we're finally getting started (hopefully) on it. In the meantime, there's always Flash! |
#7
| |||
| |||
|
|
Recent opinions on column layouts for continuous content: http://modulo26.net/daily/100903.php http://www.abouthalf.com/status/arch...ense+of+single +columns.html If the last one is a broken URL, try <http://tinyurl.com/r4dq>. -- Kris kristiaan (AT) xs4all (DOT) netherlands (nl) |
![]() |
| Thread Tools | |
| Display Modes | |
| |