Hi,

I wanted to know what would be the best(semantic) approach to mark-up/style
lists that appear in columns. I've uploaded an example image[1].

I would normally code it as follows:

<div id="list1>
   <ul>
   </ul>
</div>

<div id="list2>
   <ul>
   </ul>
</div>
....
and float them.

(or)

just use one "outer-div" and float the <ul>'s...


Is it possible to have only "one list" and still be able to have columns? I
didn't find anything on this in the archives. If not what would be the best
approach?

[1] - Screenshot <http://img122.imageshack.us/img122/191/navcssdnr3.jpg>


- Mustafa
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to