css multi column lists

HTML, CSS and anything else that deals with client side capabilities.

Moderator: General Moderators

Post Reply
cali_dotcom
Forum Commoner
Posts: 49
Joined: Fri Aug 22, 2008 7:28 pm
Location: Rancho Cucamonga, CA

css multi column lists

Post by cali_dotcom »

Hi, i have a problem trying to style a dynamically generated lists. the list ia dynamically generated with ajax and could be very long. i set a div container for the list but right now the list overflows way beyond the div container.
i would need the list to some be arranged in 3 or more columns. preferably from top to bottom and then to top of the next column on the right, so there is no overflow.

does anyone have any idea how i can do just that?
maneetpuri
Forum Commoner
Posts: 60
Joined: Tue Oct 07, 2008 6:32 am

Re: css multi column lists

Post by maneetpuri »

HI,

You can refer to the article in the below URL.

http://www.alistapart.com/articles/multicolumnlists/

Cheers,
Post Reply