I have a common problem that I never know how to solve with CSS:
In this example: http://cssdesk.com/5s6eH
How can I get 3 li per line while keeping ul and li width and 10px between li?
Edit: I am looking for a generic solution that does not requires to know the number of columns in advance.
nth-child magic. Probably won’t work in older versions of IE.
http://cssdesk.com/p4VTX