Hi all,
Is there a way, with the help of CSS, to let a single list (ul or ol) behave like this:
1. 4. 7.
2. 5. 8.
3. 6. 9.
In other words, have their subsquent elements be distributed in columns?
|
|
|
|
|
|
|
If you don't mind using CSS3, you could always try using CSS3 multi-columns, also via A List Apart |
||
|
|
|
I would echo what James Goodwin says, but include browser vendors experimental CSS support in your CSS:
|
||
|
|
|
|
A List Apart has a good article on multi-column lists. There are no "pretty" ways to do this with CSS I'm afraid. |
||
|
|
|
|
You can't do this by CSS but only by using HTML. Of course you could use a script language to create columns automatically, but CSS doesn't support this. |
||||
|