Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old July 20th, 2005, 09:26 PM
Andy Mabbett
Guest
 
Posts: n/a
Default CSS for multi- column lists


I have a page with a list, presented, by use of CSS, sequentially, in
this order:

1 2 3 4
5 6 7 8
9 10 11 12


in smaller windows, it reflows thus:

1 2 3
4 5 6
7 8 9
10 11 12


and in larger windows:

1 2 3 4 5
6 7 8 9 10
11 12

and so on.


However, the person for whom I wrote the code complains that columns
should read vertically - on paper, the list might spread over three
pages, thus:


Page 1

1 4
2 5
3 6

Page 2

7 10
8 11
9 12

Page 3

13 16
14 17
15 18


but on screen, (bearing in mind each user may have a different set of
screen size, window size, resolution and font size), we would have


Screen 1

1 10
2 11
3 12

Screen 2

4 13
5 14
6 15

Screen 3

7 16
8 17
9 18

with the user required to scroll back to the top, after item 9 - I'm
sure you'll agree that this is not desirable.

Is it possible to use CSS to present a multi- column list in the "book"
style?

--
Andy Mabbett Reply to [my first name] [at] pigsonthewing.org.uk
USA imprisons children without trial, at Guantanamo Bay:
<http://news.bbc.co.uk/1/hi/world/south_asia/2970279.stm>
<http://web.amnesty.org/library/Index/ENGAMR510582003?open&of=ENG-USA>
  #2  
Old July 20th, 2005, 09:28 PM
Jukka K. Korpela
Guest
 
Posts: n/a
Default Re: CSS for multi- column lists

Andy Mabbett <usenet200309@pigsonthewing.org.uk> wrote:
[color=blue]
> I have a page with a list, presented, by use of CSS, sequentially,
> in this order:[/color]

Instead of lengthy explanations, why don't you post a URL?
[color=blue]
> However, the person for whom I wrote the code complains that
> columns should read vertically[/color]

Did he say why? Sounds like a completely wrong idea in the Web context,
but maybe there's a reason I cannot see.
[color=blue]
> Is it possible to use CSS to present a multi- column list in the
> "book" style?[/color]

No.

--
Yucca, http://www.cs.tut.fi/~jkorpela/
  #3  
Old July 20th, 2005, 09:29 PM
Andy Mabbett
Guest
 
Posts: n/a
Default Re: CSS for multi- column lists

In message <Xns940960B4F14B6jkorpelacstutfi@193.229.0.31>, Jukka K.
Korpela <jkorpela@cs.tut.fi> writes[color=blue][color=green]
>> I have a page with a list, presented, by use of CSS, sequentially,
>> in this order:[/color]
>
>Instead of lengthy explanations, why don't you post a URL?[/color]

It's not my site; its not been launched publicly yet, and it's not for
me to identify then discuss the (perceived) failings of the owners'
site, publicly.
[color=blue][color=green]
>> However, the person for whom I wrote the code complains that
>> columns should read vertically[/color]
>
>Did he say why? Sounds like a completely wrong idea in the Web context,
>but maybe there's a reason I cannot see.[/color]

To mirror the arrangement of the content in print; in a style with which
the users are likely to be familiar.
[color=blue][color=green]
>> Is it possible to use CSS to present a multi- column list in the
>> "book" style?[/color]
>
>No.[/color]

Thank you, anyway.
--
Andy Mabbett Reply to [my first name] [at] pigsonthewing.org.uk
USA imprisons children without trial, at Guantanamo Bay:
<http://news.bbc.co.uk/1/hi/world/south_asia/2970279.stm>
<http://web.amnesty.org/library/Index/ENGAMR510582003?open&of=ENG-USA>
 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles