Does anyone know of a preferred CSS method just to force a stream stream to two columns if it is longer than the height of the container? The number of items in the list may vary, and the height of the container may change.
When I try to set li to width:50% and float:left , it goes in two columns, but 2 goes next to 1 instead.
what I want to achieve is:
- abcdef 4. abcdef
- abcdef 5. abcdef
- ABCDEF
source share