CSS Multicolumn Lists

When HTML was invented one of the things that we designers and developers have to struggle with is implementing multicolumn layouts. Even creating elegant multicolumn lists that will behave the way you want it to can prove to be a very challenging task. This article sums it all up quite nicely while providing sample code along with techniques to start working with.

Until browsers support CSS 3 specifications, Web builders will need to rely on other techniques for creating multicolumn lists. Here’s a look at some of the techniques that work with today’s browsers.

One Response to “CSS Multicolumn Lists”

  1. jive Says:

    Technique 2: Manipulating margins doesn’t work when you resize your fonts, things go wrong due to margin-top.

Leave a Reply